The metadata for an A+ Content document, with additional information for content management.

Export

ContentMetadataRecord

interface ContentMetadataRecord {
    contentMetadata: ContentMetadata;
    contentReferenceKey: string;
}

Properties

contentMetadata: ContentMetadata

Memberof

ContentMetadataRecord

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

ContentMetadataRecord