dc-delivery-sdk-js
    Preparing search index...

    Interface IContentMeta

    interface IContentMeta {
        deliveryId: string;
        deliveryKey?: string;
        edition?: Edition;
        hierarchy?: Hierarchy;
        lifecycle?: ContentLifecycle;
        name: string;
    }
    Index

    Properties

    deliveryId: string

    Delivery ID of the content item

    deliveryKey?: string

    Delivery Key of the content item

    edition?: Edition

    Metadata related to the edition that published this content item. If the content was not published using an edition this will be undefined.

    hierarchy?: Hierarchy

    Metadata related to hierarchies

    lifecycle?: ContentLifecycle

    Metadata related to the lifecycle status of this content item, by default this is undefined. Business users can flag content to expire at a certain time. If this option is chosen this property will be set with the chosen expiry time.

    name: string

    Name of the content item