Skip to main content
A newer version of this page is available. .
Tab

FileManagerItemMetadata(IDictionary<String, Object>) Constructor

Initializes a new instance of the FileManagerItemMetadata class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerItemMetadata(
    IDictionary<string, object> data
)

Parameters

Name Type Description
data IDictionary<String, Object>

The collection of metadata keys and values.

See Also