Back to Devexpress

FileManagerFile Members

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

latest8.2 KB
Original Source

FileManagerFile Members

Represents an individual file within the ASPxFileManager control.

Constructors

NameDescription
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, FileManagerFileProperties)Initializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used.
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, String, FileManagerFileProperties)Initializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used.
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, String)Initializes a new instance of the FileManagerFile class with the specified settings.
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String)Initializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used.
FileManagerFile(FileSystemProviderBase, String, String)Initializes a new instance of the FileManagerFile class with the specified settings.
FileManagerFile(FileSystemProviderBase, String, String[], FileManagerFileProperties)Initializes a new instance of the FileManagerFile class with specified settings.
FileManagerFile(FileSystemProviderBase, String, String[])Initializes a new instance of the FileManagerFile class with the specified settings.
FileManagerFile(FileSystemProviderBase, String)Initializes a new instance of the FileManagerFile class with the specified relative name when the specified file system provider is used.

Properties

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.

Methods

NameDescription
Equals(FileManagerFile)Compares this FileManagerFile instance with the specified object.
Equals(FileManagerItem)Compares this FileManagerItem instance with the specified object. Inherited from FileManagerItem.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the string that represents the current object. Inherited from FileManagerItem.

See Also

FileManagerFile Class

DevExpress.Web Namespace