FileManagerFolder Properties
Represents an individual folder within the ASPxFileManager control.
Name | Description |
---|---|
Full |
Gets the full name of the current item.
Inherited from File |
Id |
Gets the item‘s unique identifier.
Inherited from File |
Is |
Gets a value specifying whether the currently processed item is a parent folder. |
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 |
Parent | Gets the immediate parent folder to which the current folder belongs. |
Permissions | Provides a set of permissions for the File Manager’s folder. |
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