ASPxClientFileManagerItem Members
A client-side equivalent of the file manager’s FileManagerItem object and serves as a base class for client file and folder objects.Properties
Name | Description |
---|---|
id | Gets the item‘s unique identifier. |
isFolder | Gets a value that indicates if the current file manager item is a folder. |
name | Gets the name of the current item. |
Methods
Name | Description |
---|---|
GetFullName | Gets the current item’s full name with the specified settings. |
GetMetadata | Gets the current item’s metadata. |
IsSelected | Gets a value indicating whether the item is selected in the file manager. |
SetSelected(selected) | Specifies whether the file manager item is selected. |
See Also