ShellListViewInvokeCommandOnFolder Method |
Invokes the given command on the currently listed folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool InvokeCommandOnFolder(
ShellCommand command
)
Public Function InvokeCommandOnFolder (
command As ShellCommand
) As Boolean
public:
bool InvokeCommandOnFolder(
ShellCommand^ command
)
member InvokeCommandOnFolder :
command : ShellCommand -> bool
Parameters
- command
- Type: Jam.ShellShellCommand
A command verb, like "open", "properties", "delete", etc.
Return Value
Type:
Booleantrue if the command was invoked successfully, false otherwise
See Also