ASPxClientFileManagerCommandConsts Properties
Declares client constants that contain the names of ASPxFileManager’s commands.| Name | Description |
|---|---|
| Copy static | The name of a command that is executed when an end-user copies an item. |
| Create static | The name of a command that is executed when an end-user creates a folder. |
| Delete static | The name of a command that is executed when an end-user deletes an item. |
| Download static | The name of a command that is executed when an end-user downloads an item. |
| Move static | The name of a command that is executed when an end-user moves an item. |
| Open static | The name of a command that is executed when an end-user opens an item. |
| Rename static | The name of a command that is executed when an end-user renames an item. |
| Upload static | The name of a command that is executed when an end-user uploads a file. |
See Also