Back to Devexpress

FileManagerItem Class

aspnet-devexpress-dot-web-a22f7ada.md

latest3.4 KB
Original Source

FileManagerItem Class

An individual item within a file manager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class FileManagerItem :
    IEquatable<FileManagerItem>
vb
Public MustInherit Class FileManagerItem
    Implements IEquatable(Of FileManagerItem)

The following members return FileManagerItem objects:

Show 11 links

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

IEquatable<FileManagerItem>

Inheritance

Object FileManagerItem FileManagerFile

FileManagerFolder

See Also

FileManagerItem Members

Item

File

Folder

File Manager

DevExpress.Web Namespace