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

    Class LocalizationRoot

    Class representing a LocalizationRoot. A Localization Job tracks the status of the process that creates locale-variants of content items.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    id?: string

    Unique id generated on creation

    label?: string

    Root content item label

    locale?: string

    Root content item locale

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>