FileManagerFileProperties Properties
Contains settings to define the File Manager’s file properties.Name | Description |
---|---|
LastWriteTime | Returns the time of the last item (file or folder) modification. Inherited from FileManagerItemProperties. |
Length | Gets or sets the file‘s length in bytes. |
Metadata | Provides access to a collection of an item’s metadata. Inherited from FileManagerItemProperties. |
Permissions | Gets or sets a set of permissions for the File Manager’s file. |
ThumbnailUrl | Gets the path to the item thumbnail. Inherited from FileManagerItemProperties. |
TooltipText | Gets or sets a tooltip text. Inherited from FileManagerItemProperties. |
See Also