TreeINFO-For-M365 documentation
    Preparing search index...

    Interface CopyItemFormButton

    interface CopyItemFormButton {
        ExcludeFields?: string[];
        IncludeFields?: string[];
    }
    Index

    Properties

    ExcludeFields?: string[]

    Specify which field values should not be copied to the new item.

    IncludeFields?: string[]

    Specify which field values should be copied to the new item.