Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerFile Members

Represents the client-side equivalent of the FileManagerFile object.

Properties

Name Description
id Gets the item‘s unique identifier. Inherited from ASPxClientFileManagerItem.
isFolder Gets a value that indicates if the current file manager item is a folder. Inherited from ASPxClientFileManagerItem.
name Gets the name of the current item. Inherited from ASPxClientFileManagerItem.

Methods

Name Description
Download Downloads a file from a file manager.
GetFullName Gets the current item’s full name with the specified settings. Inherited from ASPxClientFileManagerItem.
GetMetadata Gets the current item’s metadata. Inherited from ASPxClientFileManagerItem.
IsSelected Gets a value indicating whether the item is selected in the file manager. Inherited from ASPxClientFileManagerItem.
SetSelected(selected) Specifies whether the file manager item is selected. Inherited from ASPxClientFileManagerItem.
See Also