MetaDataFieldItemJsonValue
The MetaDataFieldItemJsonValue
class represents a metadata field item with its associated values and properties in JSON format.
This class is used to store and manage metadata field information for document management objects. It contains the field's name, caption, type, and associated values in a format suitable for JSON serialization.
Properties
Name | Description |
---|---|
columnCaption | Gets or sets the display caption of the metadata field column. |
value | Gets or sets the actual value of the metadata field. |
text | Gets or sets the display text of the metadata field value. |
columnName | Gets or sets the name of the metadata field column. |
type | Gets or sets the data type of the metadata field. |