Click or drag to resize

ShellBrowserInvokeContextMenuCommandOnMultiObjects Method

Invokes the given command on multiple objects. Multiobjects needs the fullpath of these objects, if the path is different from the folder of the called ShellBrowser instance.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool InvokeContextMenuCommandOnMultiObjects(
	string command
)

Parameters

command  String
The command that should be executed

Return Value

Boolean
True if the command was executed successfully
See Also