FileManagerFolder Properties
Represents an individual folder within the ASPxFileManager control.| Name | Description |
|---|---|
| FullName | Gets the full name of the current item. Inherited from FileManagerItem. |
| Id | Gets the item‘s unique identifier. Inherited from FileManagerItem. |
| IsParentFolder | Gets a value specifying whether the currently processed item is a parent folder. |
| LastWriteTime | Returns the time of the last item (file or folder) modification. Inherited from FileManagerItem. |
| Length | Gets the file‘s length in bytes. Inherited from FileManagerItem. |
| Location | Gets the current item’s location. Inherited from FileManagerItem. |
| Metadata | Provides access to an item’s metadata. Inherited from FileManagerItem. |
| Name | Gets the name of the current item. Inherited from FileManagerItem. |
| Parent | Gets the immediate parent folder to which the current folder belongs. |
| Permissions | Provides a set of permissions for the File Manager’s folder. |
| RelativeName | Gets a relative name of the current item. Inherited from FileManagerItem. |
| ThumbnailUrl | Gets the path to the item thumbnail. Inherited from FileManagerItem. |
| TooltipText | Gets a tooltip text. Inherited from FileManagerItem. |
See Also