ASPxClientFileManager.ExecuteCommand(commandName) Method
Executes the specified command.
Declaration
ExecuteCommand(
commandName: string
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| commandName | string | A string value that specifies the command to perform. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Use the ExecuteCommand method to execute a default command on the client side. The commandName parameter should be set to the value of the corresponding client constant, accessed through the ASPxClientFileManagerCommandConsts object.
See Also