/
copyPageContent
copyPageContent
Description
Copies page content from one page to another.
Parameters
Return Type
Boolean(true\false)
Returns true if page body was copied successfully.
Example
number sourcePageId = 10002;
number targetPageId = 11003;
return copyPageContent(sourcePageId, targetPageId);
See also
Peacock
, multiple selections available,
Related content
copyPage
More like this
copyPageChildren
copyPageChildren
More like this
How to copy a page tree
How to copy a page tree
More like this
clonePage
clonePage
More like this
clonePageTree
clonePageTree
More like this
copyAttachment
copyAttachment
More like this