Skip to main content

MetaDataFieldValue Constructors

An object defining constructors for the MetaDataFieldValue class.

MetaDataFieldValue(objectId, projectId, formId, fieldName, fieldValue)

Initializes a new instance of the MetaDataFieldValue class with the specified parameters.

Parameters:

objectId (required): long
The unique identifier of the document management object.

projectId (required): string
The identifier of the associated project.

formId (required): string
The identifier of the associated form.

fieldName (required): string
The name of the metadata field.

fieldValue (required): MetaDataFieldItemJsonValue
The value and properties of the metadata field.

This constructor initializes all properties of the metadata field value with the provided parameters. All properties are set as read-only except for FieldValue which is private set.