ShellSystemListInvokeCommandOnFolder 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.1
Syntax public bool InvokeCommandOnFolder(
string command
)
Public Function InvokeCommandOnFolder (
command As String
) As Boolean
public:
bool InvokeCommandOnFolder(
String^ command
)
member InvokeCommandOnFolder :
command : string -> bool
Parameters
- command
- Type: SystemString
The ShellCommand to use
Return Value
Type:
Booleantrue, if the command has successfully been processed
See Also