| ExplorerBrowserInvokeCommandOnFolder Method (ShellCommand) | 
 
            Executes a context menu command on the current folder. 
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic void InvokeCommandOnFolder(
	ShellCommand pCommand
)
Public Sub InvokeCommandOnFolder ( 
	pCommand As ShellCommand
)
public:
void InvokeCommandOnFolder(
	ShellCommand^ pCommand
)
member InvokeCommandOnFolder : 
        pCommand : ShellCommand -> unit 
Parameters
- pCommand
- Type: Jam.ShellShellCommand
 The command to use.
 See Also
See Also