Back to Devexpress

FileManagerItemMetadata Class

aspnet-devexpress-dot-web-b80e5cb4.md

latest2.5 KB
Original Source

FileManagerItemMetadata Class

Contains methods to obtain the File Manager metadata.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerItemMetadata
vb
Public Class FileManagerItemMetadata

The following members return FileManagerItemMetadata objects:

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:

The list of allowed types of the metadata:

  • System.String
  • System.Guid
  • System.Byte
  • System.Int16
  • System.Int32
  • System.Int64
  • System.Double
  • System.Boolean
  • System.Single
  • System.Decimal
  • System.Char
  • System.DateTime

Inheritance

Object FileManagerItemMetadata

See Also

FileManagerItemMetadata Members

DevExpress.Web Namespace