ShellBrowserBaseInvokeCommandOnSelected Method  | 
 
            Executes the given command on the selected items. 
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntaxpublic virtual bool InvokeCommandOnSelected(
	ShellCommand pCommand
)
Public Overridable Function InvokeCommandOnSelected ( 
	pCommand As ShellCommand
) As Boolean
public:
virtual bool InvokeCommandOnSelected(
	ShellCommand^ pCommand
)
abstract InvokeCommandOnSelected : 
        pCommand : ShellCommand -> bool 
override InvokeCommandOnSelected : 
        pCommand : ShellCommand -> bool Parameters
- pCommand
 - Type: Jam.ShellShellCommand
The command.  
Return Value
Type: 
BooleanTrue if it succeeds, false if it fails.
Implements
IShellCommandInvokableInvokeCommandOnSelected(ShellCommand)
See Also