Skip to main content

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

true, if the specified command has been completed successfully; otherwise, false.

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