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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool InvokeContextMenuCommandOnMultiObjects(
	string command
)

Parameters

command
Type: SystemString
The command that should be executed

Return Value

Type: Boolean
True if the command was executed successfully
See Also