Skip to main content
Tab

FileManagerSettings.EnableClientSideItemMetadata Property

Specifies whether the File Manager item’s metadata can be accessed on the client side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableClientSideItemMetadata { get; set; }

Property Value

Type Default Description
Boolean false

true, if the metadata can be accessed on the client side; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableClientSideItemMetadata
ASPxFileManager
.Settings .EnableClientSideItemMetadata

Remarks

An item’s metadata are key-value pairs of string and object types, respectively. The item’s metadata can be specified using the FileManagerItemProperties.Metadata property and an appropriate FileManagerFile or FileManagerFolder constructor. To access the item’s metadata, use the FileManagerItem.Metadata property.

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

See Also