Home > @tridion-sites/extensions > MoveItemsRequest
Signature:
export interface MoveItemsRequest
| Property | Modifiers | Type | Description |
|---|---|---|---|
| destinationId | ItemUri | ID of organizational item to move to. | |
| itemIds | ReadonlyArray<ItemUri> | IDs of items to move. | |
| sourceId | ItemUri | ID of organizational item to move from. |