Copies a
Page together with its descendants, to the specified location.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIPage CopyPage(
IPage srcPage,
IPage tgtParentPage,
EnumCopyActions placing
)
Function CopyPage (
srcPage As IPage,
tgtParentPage As IPage,
placing As EnumCopyActions
) As IPage
IPage^ CopyPage(
IPage^ srcPage,
IPage^ tgtParentPage,
EnumCopyActions placing
)
abstract CopyPage :
srcPage : IPage *
tgtParentPage : IPage *
placing : EnumCopyActions -> IPage Parameters
- srcPage IPage
- The Page to be copied
- tgtParentPage IPage
- The target reference location Page. The copied Page could be placed before, after, or as child of this Page.
- placing EnumCopyActions
- The location to place the copied Pages relative to the "targetParentPage"
Return Value
IPageThe copied
Pages
Exceptions
Remarks
See Also