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

FileManagerFolder Members

Represents an individual folder within the ASPxFileManager control.

Constructors

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

Properties

Name Description
FullName Gets the full name of the current item. Inherited from FileManagerItem.
Id Gets the item‘s unique identifier. Inherited from FileManagerItem.
IsParentFolder Gets a value specifying whether the currently processed item is a parent folder.
LastWriteTime Returns the time of the last item (file or folder) modification. Inherited from FileManagerItem.
Length Gets or sets 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.
Parent Gets the immediate parent folder to which the current folder belongs.
Permissions Provides a set of permissions for the File Manager’s folder.
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 or sets a tooltip text. Inherited from FileManagerItem.

Methods

Name Description
Equals(FileManagerFolder) Compares this FileManagerFolder 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.
GetFiles() Returns an array of files that are located in the current folder.
GetFolders() Returns an array of folders, that are located in the current folder.
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