 | CMDriveRemoteHttpGetPluginCommands Method |
Gets a list of all plugin commands defined by the given plugin.
Namespace: CompreDriveSDK.WCF.HttpAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic List<string> GetPluginCommands(
string plugin
)
Public Function GetPluginCommands (
plugin As String
) As List(Of String)
Parameters
- plugin String
- The display name of the plugin.
Return Value
ListStringThe list of defined commands in the Format: Name=Type, where Type is one of: Empty|Number|Boolean|Text.
Implements
ICompreDriveWCFGetPluginCommands(String)
See Also