Click or drag to resize

CMDriveRemotePipeCleanGetPluginCommands Method

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

Namespace: CompreDriveSDK.WCF.Pipe
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public 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.

Implements

ICompreDriveWCFGetPluginCommands(String)
See Also