Click or drag to resize

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
)

Parameters

command
Type: Jam.ShellShellCommand
A command verb, like "open", "properties", "delete", etc.

Return Value

Type: Boolean
true if the command was invoked successfully, false otherwise
See Also