Constructor CustomCommandInput
- Assembly
- Skyline.DataMiner.DcpChatIntegrationHelper.dll
CustomCommandInput(string, CustomCommandInputType, string)
public CustomCommandInput(string name, CustomCommandInputType type, string value)
Parameters
namestringThe name of this input
typeCustomCommandInputTypeThe type of this input
valuestringFor Parameter: the value for this parameter input with given Name
For MemoryFile: the memory file name for this memory file input with given Name
For Dummy: the element name for this dummy input with given Name