Click or drag to resize

ExplorerBrowserInvokeCommandOnFolder Method

Use InvokeCommandOnFolder to execute a command of the context menu for the listed folder.

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

Parameters

command
Type: Jam.ShellShellCommand
The ShellCommand to use

Return Value

Type: Boolean
true, if the command has successfully been processed
See Also