Click or drag to resize

ShellListViewInvokeCommandOnFolder Method

Invokes the given command on the currently listed folder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool InvokeCommandOnFolder(
	ShellCommand pCommand
)

Parameters

pCommand
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