interface IPostEntryChildrenRequest {
    entryType?: PostEntryChildrenEntryType;
    name?: string;
    sourceId?: number;
    targetId?: number;
    volumeName?: string;
}

Implemented by

Properties

The type of the entry.

name?: string

The name of the entry.

sourceId?: number

The SourceId is needed for some operations that require a source/destination. One example is the Copy operation.

targetId?: number

The TargetId is only needed for creating a shortcut. This will be the entry ID of the shortcut target.

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.