aspnet-devexpress-dot-web-b80e5cb4.md
Contains methods to obtain the File Manager metadata.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FileManagerItemMetadata
Public Class FileManagerItemMetadata
The following members return FileManagerItemMetadata objects:
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:
true).The list of allowed types of the metadata:
Object FileManagerItemMetadata
See Also