pageCopyRequest
| Namespace: |
(default namespace) |
| XML Schema: |
ns1.xsd |
Request for a batch copy call
XML
Elements
| name (type) |
min/max occurs |
description |
|
targetFolders (targetFolder)
|
0/unbounded |
The list of target folder in which the pages should be copied.
|
|
sourcePageIds (int)
|
0/unbounded |
The list of source page id's that should be copied to the target folders.
|
|
createCopy (boolean)
|
1/1 |
Whether new copies should be created in folders in which already pages
with the same name reside.
|
|
nodeId (int)
|
0/1 |
Node ID for the source pages. If this is set to a channel, the channel variant of the given page will be copied.
|
JSON
| property |
type |
description |
| targetFolders |
array of targetFolders (targetFolder)
|
The list of target folder in which the pages should be copied.
|
| sourcePageIds |
array of sourcePageIds (int)
|
The list of source page id's that should be copied to the target folders.
|
| createCopy |
createCopy (boolean)
|
Whether new copies should be created in folders in which already pages
with the same name reside.
|
| nodeId |
nodeId (int)
|
Node ID for the source pages. If this is set to a channel, the channel variant of the given page will be copied.
|