Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface CopyPageHierarchy

    interface CopyPageHierarchy {
        copyAttachments?: boolean;
        copyCustomContents?: boolean;
        copyDescendants?: boolean;
        copyLabels?: boolean;
        copyPermissions?: boolean;
        copyProperties?: boolean;
        destinationPageId: string;
        id: string;
        titleOptions?: CopyPageHierarchyTitleOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    copyAttachments?: boolean

    If set to true, attachments are copied to the destination page.

    copyCustomContents?: boolean

    If set to true, custom contents are copied to the destination page.

    copyDescendants?: boolean

    If set to true, descendants are copied to the destination page.

    copyLabels?: boolean

    If set to true, labels are copied to the destination page.

    copyPermissions?: boolean

    If set to true, page permissions are copied to the destination page.

    copyProperties?: boolean

    If set to true, content properties are copied to the destination page.

    destinationPageId: string
    id: string