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

    Class ContentMeta

    Class providing meta data about a content item with helper functions.

    Index

    Constructors

    Properties

    deliveryId: string

    Delivery ID of the content item

    deliveryKey?: string

    Delivery Key of the content item

    deliveryKeys?: DeliveryKeys

    An array of delivery keys

    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

    schema: string

    URI of the JSON-schema used to create this fragment of content

    Methods