 | CMDriveRemoteHttpCallPluginCommand Method |
Call a command defined by one of the loaded plugins.
Namespace: CompreDriveSDK.WCF.HttpAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic bool CallPluginCommand(
string plugin,
string command
)
Public Function CallPluginCommand (
plugin As String,
command As String
) As Boolean
Parameters
- plugin String
- The display name of the plugin to use.
- command String
- The name of the command defined by the given plugin.
Return Value
BooleanTrue if executed successfully, false if not.
Implements
ICompreDriveWCFCallPluginCommand(String, String)
RemarksIf multiple plugins share the same display name, the first found plugin is used.
See Also