A content document with additional information for content management.

Export

ContentRecord

interface ContentRecord {
    contentDocument?: ContentDocument;
    contentMetadata?: ContentMetadata;
    contentReferenceKey: string;
}

Properties

contentDocument?: ContentDocument

Memberof

ContentRecord

contentMetadata?: ContentMetadata

Memberof

ContentRecord

contentReferenceKey: string

A unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.

Memberof

ContentRecord