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

    Class LinkedContentRepository

    Class representing Linked Content Repositories. Linked Content Repositories map a repository in one hub to a repository in a different hub to be used when syncing content between hubs.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    bidirectional: boolean

    Is the mapping bidirectional?

    destinationHubLabel?: string

    The label of the destination hub

    hubIds: string[]

    IDs of the hubs involved in this mapping (origin & destination)

    originHubId: string

    Origin hub ID

    originHubLabel?: string

    The label of the origin hub

    relationships: {
        dstRepositoryId: string;
        dstRepositoryLabel?: string;
        originRepositoryId: string;
        originRepositoryLabel?: string;
    }[]

    How the repositories in the origin hub map to the repositiories in the destinatoin hub

    Type declaration

    • dstRepositoryId: string

      ID of the destination repository

    • OptionaldstRepositoryLabel?: string

      Label of the destination repository

    • originRepositoryId: string

      ID of the origin repository

    • OptionaloriginRepositoryLabel?: string

      Label of the origin repository

    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>