PageCopyResultInfo Data Type

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.

Properties
name data type description
newPageId number Returns the page id of the newly created copy
targetFolderId number Return the target folder id in which the page copy was created.
targetFolderChannelId number Returns the folder channel id for the parent folder of the page copy
sourcePageId number Returns the source page id of the page that was used for creating the copy

Example

{
  "newPageId" : 12345,
  "targetFolderId" : 12345,
  "targetFolderChannelId" : 12345,
  "sourcePageId" : 12345
}