pageCopyResultInfo
Namespace: |
(default namespace) |
XML Schema: |
ns1.xsd |
The page copy result info contains information about each copy action that
has taken place during a page copy call. When a page is copied to multiple
folders multiple objects of this class will be added to the page copy
response.
XML
Elements
name (type) |
min/max occurs |
description |
newPageId (int)
|
0/1 |
Returns the page id of the newly created copy
|
targetFolderId (int)
|
0/1 |
Return the target folder id in which the page copy was created.
|
targetFolderChannelId (int)
|
0/1 |
Returns the folder channel id for the parent folder of the page copy
|
sourcePageId (int)
|
0/1 |
Returns the source page id of the page that was used for creating the
copy
|
JSON
property |
type |
description |
newPageId |
newPageId (int)
|
Returns the page id of the newly created copy
|
targetFolderId |
targetFolderId (int)
|
Return the target folder id in which the page copy was created.
|
targetFolderChannelId |
targetFolderChannelId (int)
|
Returns the folder channel id for the parent folder of the page copy
|
sourcePageId |
sourcePageId (int)
|
Returns the source page id of the page that was used for creating the
copy
|