Back to Devexpress

FileManagerItemProperties Class

aspnet-devexpress-dot-web-0150eea1.md

latest2.3 KB
Original Source

FileManagerItemProperties Class

Serves as a base for classes that provide properties for the File Manager’s file and folder.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class FileManagerItemProperties
vb
Public MustInherit Class FileManagerItemProperties

Remarks

An item’s metadata is key-value pairs of a string and object types, respectively. Use the FileManagerItemProperties.Metadata property to specify the item’s metadata using an appropriate FileManagerFile or FileManagerFolder constructor. To access the specified metadata, use the FileManagerItem.Metadata property.

To obtain the item’s metadata, use the following methods:

Inheritance

Object FileManagerItemProperties FileManagerFileProperties

FileManagerFolderProperties

See Also

FileManagerItemProperties Members

DevExpress.Web Namespace