Click or drag to resize

CMDriveRemotePipeCleanCallPluginCommandBoolean Method

Call a command defined by one of the loaded plugins.

Namespace: CompreDriveSDK.WCF.Pipe
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool CallPluginCommandBoolean(
	string plugin,
	string command,
	bool value
)

Parameters

plugin  String
The display name of the plugin to use.
command  String
The name of the command defined by the given plugin.
value  Boolean
The value to pass to the command call.

Return Value

Boolean
True if executed successfully, false if not.

Implements

ICompreDriveWCFCallPluginCommandBoolean(String, String, Boolean)
Remarks
If multiple plugins share the same display name, the first found plugin is used.
See Also