FileManagerFile Properties
Represents an individual file within the ASPxFileManager control.| Name | Description |
|---|---|
| Extension | Gets the string that specifies the extension of the file. |
| Folder | Gets the parent folder to which the current file belongs. |
| FullName | Gets the full name of the current item. Inherited from FileManagerItem. |
| Id | Gets the item‘s unique identifier. Inherited from FileManagerItem. |
| 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. |
| Permissions | Provides a set of permissions for the File Manager’s file. |
| 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