ShellListViewInvokeCommandOnFolder Method |
Invokes the given command on the currently listed folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool InvokeCommandOnFolder(
ShellCommand pCommand
)
Public Function InvokeCommandOnFolder (
pCommand As ShellCommand
) As Boolean
public:
bool InvokeCommandOnFolder(
ShellCommand^ pCommand
)
member InvokeCommandOnFolder :
pCommand : ShellCommand -> bool
Parameters
- pCommand
- 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