Skip to main content
A newer version of this page is available. .
Tab

FileManagerFile Members

Represents an individual file within the ASPxFileManager control.

Constructors

Name Description
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

Name Description
Extension Gets the string that specifies the extension of the file.
Folder Gets the parent folder to which the current file belongs.
FullName Gets the full name of the current item. Inherited from FileManagerItem.
Id Gets the item‘s unique identifier. Inherited from FileManagerItem.
LastWriteTime Returns the time of the last item (file or folder) modification. Inherited from FileManagerItem.
Length Gets the file‘s length in bytes. Inherited from FileManagerItem.
Location Gets the current item’s location. Inherited from FileManagerItem.
Metadata Provides access to an item’s metadata. Inherited from FileManagerItem.
Name Gets the name of the current item. Inherited from FileManagerItem.
Permissions Provides a set of permissions for the File Manager’s file.
RelativeName Gets a relative name of the current item. Inherited from FileManagerItem.
ThumbnailUrl Gets the path to the item thumbnail. Inherited from FileManagerItem.
TooltipText Gets a tooltip text. Inherited from FileManagerItem.

Methods

Name Description
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) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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