FileManagerItemMetadata(IDictionary<String, Object>) Constructor
Initializes a new instance of the FileManagerItemMetadata class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerItemMetadata(
IDictionary<string, object> data
)
Public Sub New(
data As IDictionary(Of String, Object)
)
Parameters
Name | Type | Description |
---|---|---|
data | IDictionary<String, Object> | The collection of metadata keys and values. |
See Also
Feedback