Back to Devexpress

FileManagerFile Properties

aspnet-devexpress-dot-web-dot-filemanagerfile-dot-underscore-properties.md

latest2.8 KB
Original Source

FileManagerFile Properties

Represents an individual file within the ASPxFileManager control.

NameDescription
ExtensionGets the string that specifies the extension of the file.
FolderGets the parent folder to which the current file belongs.
FullNameGets the full name of the current item. Inherited from FileManagerItem.
IdGets the item‘s unique identifier. Inherited from FileManagerItem.
LastWriteTimeReturns the time of the last item (file or folder) modification. Inherited from FileManagerItem.
LengthGets the file‘s length in bytes. Inherited from FileManagerItem.
LocationGets the current item’s location. Inherited from FileManagerItem.
MetadataProvides access to an item’s metadata. Inherited from FileManagerItem.
NameGets the name of the current item. Inherited from FileManagerItem.
PermissionsProvides a set of permissions for the File Manager’s file.
RelativeNameGets a relative name of the current item. Inherited from FileManagerItem.
ThumbnailUrlGets the path to the item thumbnail. Inherited from FileManagerItem.
TooltipTextGets a tooltip text. Inherited from FileManagerItem.

See Also

FileManagerFile Class

FileManagerFile Members

DevExpress.Web Namespace