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.v24.2.dll
Declaration
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:
- the FileManagerItemMetadata.GetAllKeys and FileManagerItemMetadata.GetValueByKey methods (on the server side);
- the ASPxClientFileManagerItem.GetMetadata method (on the client side if the FileManagerSettings.EnableClientSideItemMetadata property is set to
true
).
Inheritance
See Also