Skip to main content

MetaDataFieldValue Properties

An object defining properties for the MetaDataFieldValue class.

FieldValue

Gets the value and associated properties of the metadata field.

Type: MetaDataFieldItemJsonValue

This property contains the actual value and related information of the metadata field in JSON format. It can only be modified internally within the class.


ProjectId

Gets the identifier of the project associated with this metadata field value.

Type: string

This property contains the ID of the project context in which this metadata field value exists. It is set during object construction and cannot be modified afterward.


FieldName

Gets the name of the metadata field.

Type: string

This property contains the name that identifies this specific metadata field within its form context. It is set during object construction and cannot be modified afterward.


ObjectId

Gets the unique identifier of the document management object associated with this metadata field value.

Type: long

This property contains the ID of the document management object to which this metadata field value belongs. It is set during object construction and cannot be modified afterward.


FormId

Gets the identifier of the form associated with this metadata field value.

Type: string

This property contains the ID of the form definition that defines this metadata field. It is set during object construction and cannot be modified afterward.