Skip to main content

ASPxClientFileManager Class

Represents the client-side equivalent of the ASPxFileManager control.

Declaration

declare class ASPxClientFileManager extends ASPxClientControl

Remarks

ASPxClientFileManager object serves as a client-side equivalent of the ASPxFileManager control, and implements the functionality of a client file manager object.

Using the methods exposed by the ASPxClientFileManager object, the path to the current folder can be obtained (ASPxClientFileManager.GetCurrentFolderPath), the full file name can be retrieved (ASPxClientFileManagerItem.GetFullName), a selected file can be accessed (ASPxClientFileManager.GetSelectedFile), and a page can be refreshed (ASPxClientFileManager.Refresh).

The client events, available for the ASPxClientTreeView object, allow you to respond to editing items, resulting in an error, that occurs while an item is being edited (ASPxClientFileManager.ErrorOccurred), and to changing and opening the selected file (ASPxClientFileManager.SelectedFileChanged, ASPxClientFileManager.SelectedFileOpened).

Note

The client-side programmatic interface is available if the ASPxFileManager.ClientInstanceName property is defined or any client event is handled.

Inheritance

See Also