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.
|
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.
|
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.
|