ShellBrowser .Net Edition
InvokeContextMenuCommand Method (command)
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)InvokeContextMenuCommand(String)
Invokes the given shell command on the selected file(s).
Declaration Syntax
C#Visual BasicVisual C++
public bool InvokeContextMenuCommand(
	string command
)
Public Function InvokeContextMenuCommand ( _
	command As String _
) As Boolean
public:
bool InvokeContextMenuCommand(
	String^ command
)
Parameters
command (String)
The command as string that should be executed, e.g. "copy" or "open". An empty string will invoke the default command.
Return Value
true if successful. false if an error occured.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)