FileManagerFolder Class
Represents an individual folder within the ASPxFileManager control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return FileManagerFolder objects:
Remarks
The FileManagerFolder class implements the functionality of an individual folder within the ASPxFileManager control. Each FileManagerFolder object contains settings that define the folder’s name (FileManagerItem.Name), full name (FileManagerItem.FullName), and name relative to the root folder (FileManagerItem.RelativeName).
To determine the files and folders contained in a specific folder use the FileManagerFolder.GetFiles and FileManagerFolder.GetFolders methods, respectively. To get the folder’s parent folder, use the FileManagerFolder.Parent property.
To customize the appearance style of files, use the FileManagerStyles.Folder property.
Note that the FileManagerFolder class has a client-side equivalent - an object of the ASPxClientFileManagerFolder type.