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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool InvokeContextMenuCommandOnMultiObjects(
	string command
)
Public Function InvokeContextMenuCommandOnMultiObjects ( 
	command As String
) As Boolean
public:
bool InvokeContextMenuCommandOnMultiObjects(
	String^ command
)
member InvokeContextMenuCommandOnMultiObjects : 
        command : string -> bool Parameters
- command  String
 - The command that should be executed
 
Return Value
BooleanTrue if the command was executed successfully
See Also