FileManagerItem Class
An individual item within a file manager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return FileManagerItem objects:
Remarks
The FileManagerItem class is the base type from which the FileManagerFile and FileManagerFolder are derived. The FileManagerItem implements the common properties: FileManagerItem.FullName, FileManagerItem.Name, and FileManagerItem.RelativeName.
Note that the FileManagerItem class has a client-side equivalent - an object of the ASPxClientFileManagerItem type.
Implements
Inheritance
See Also