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.1
Syntax public bool InvokeContextMenuCommandOnMultiObjects(
string command
)
Public Function InvokeContextMenuCommandOnMultiObjects (
command As String
) As Boolean
public:
bool InvokeContextMenuCommandOnMultiObjects(
String^ command
)
member InvokeContextMenuCommandOnMultiObjects :
command : string -> bool
Parameters
- command
- Type: SystemString
The command that should be executed
Return Value
Type:
BooleanTrue if the command was executed successfully
See Also