Request body for copying an entry.

interface ICopyEntryRequest {
    autoRename?: boolean;
    name: string;
    sourceId: number;
    volumeName?: string;
}

Implemented by

Properties

autoRename?: boolean

Indicates if the entry should be automatically renamed if an entry already exists with the given name in the folder. The default value is false.

name: string

The name of the entry.

sourceId: number

The source entry Id to copy.

volumeName?: string

The name of the volume to use. Will use the default parent entry volume if not specified. This is ignored in Laserfiche Cloud.