lyrContentFields

Template-field-specific content associated with a template or content. This table is reserved for future use.

Field Name

Description

Version Added

ContentFieldID

Unique ID identifying this field content. (int, identity, NOT NULL)

9.2

DocID

DocID_ of template or content to which this field content is associated. (int, NOT NULL)

9.2

FieldType

FieldType of this field. (varchar(20), NOT NULL)

9.2

FieldName

User-editable name of this field. (varchar(255), NOT NULL)

9.2

FieldText

Textual field data when FieldType is HEADLINE or PARAGRAPH. (text, NULL)

9.2

FieldImageID

ImageID when FieldType is IMAGE. (int, NULL)

9.2