Invokes the given command on the selected item(s).

Declaration Syntax
public bool InvokeCommandOnSelected(
string command
)
Public Function InvokeCommandOnSelected ( _
command As String _
) As Boolean
public:
bool InvokeCommandOnSelected(
String^ command
)

Parameters
- command (String)
- A command verb, like "open", "properties", "delete", etc.

Return Value
true if the command was invoked successfully, false otherwise
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)