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. |
Full |
Gets the full name of the current item.
Inherited from File |
Id |
Gets the item‘s unique identifier.
Inherited from File |
Last |
Returns the time of the last item (file or folder) modification.
Inherited from File |
Length |
Gets the file‘s length in bytes.
Inherited from File |
Location |
Gets the current item’s location.
Inherited from File |
Metadata |
Provides access to an item’s metadata.
Inherited from File |
Name |
Gets the name of the current item.
Inherited from File |
Permissions | Provides a set of permissions for the File Manager’s file. |
Relative |
Gets a relative name of the current item.
Inherited from File |
Thumbnail |
Gets the path to the item thumbnail.
Inherited from File |
Tooltip |
Gets a tooltip text.
Inherited from File |
See Also