Click or drag to resize

ICompreDriveWCFGetPluginCommands Method

Gets a list of all plugin commands defined by the given plugin.

Namespace: CompreDriveSDK.WCF
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
List<string> GetPluginCommands(
	string plugin
)

Parameters

plugin  String
The display name of the plugin.

Return Value

ListString
The list of defined commands in the Format: Name=Type, where Type is one of: Empty|Number|Boolean|Text.
See Also