Custom properties

All properties that are not recognized as a predefined property are added to the custom property list of the document. The type of the property can be set by adding a prefix to the value.

Type

Prefix

Text property

None

Date property

DATE:

Number property

NUMBER:

When dates must be added to the Custom property list, they must be specified in either DATE:YYYYMMDD or DATE:YYYYMMDDhhmmss format. The prefix DATE: is required.

An example is provided here.

@(document_property("Archival ID"; "KR35A"))
@(document_property("Date Received"; "DATE:20010702"))
@(document_property("Document Number"; "NUMBER:53245"))