FileManagerFolderCreatedEventArgs.ParentFolder Property
Gets the folder where the currently processed folder has been created.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerFolder ParentFolder { get; }
Public ReadOnly Property ParentFolder As FileManagerFolder
Property Value
Type | Description |
---|---|
FileManagerFolder | A FileManagerFolder object that is the parent folder. |
Available values:
Name | Description |
---|---|
Permissions | Provides a set of permissions for the File Manager's folder. |
IsParentFolder | Gets a value specifying whether the currently processed item is a parent folder. |
Parent | Gets the immediate parent folder to which the current folder belongs. |
Equals(FileManagerFolder) | Compares this FileManagerFolder instance with the specified 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. |
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, 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) | Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used. |
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, 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. |
Remarks
Use the ParentFolder property to access the parent folder, i.e., a folder where the currently processed folder has been created in the ASPxFileManager.FolderCreated event handler.