ShellBrowser .Net Edition
InvokeCommandOnFolder Method (command)
NamespacesJam.ShellShellListViewInvokeCommandOnFolder(String)
Invokes the given command on the currently listed folder.
Declaration Syntax
C#Visual BasicVisual C++
public bool InvokeCommandOnFolder(
	string command
)
Public Function InvokeCommandOnFolder ( _
	command As String _
) As Boolean
public:
bool InvokeCommandOnFolder(
	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)