Click or drag to resize

ShellBrowserBaseInvokeCommandOnSelected Method

Executes the given command on the selected items.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public virtual bool InvokeCommandOnSelected(
	ShellCommand pCommand
)

Parameters

pCommand  ShellCommand
The command.

Return Value

Boolean
True if it succeeds, false if it fails.

Implements

IShellCommandInvokableInvokeCommandOnSelected(ShellCommand)
See Also