Moves 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 MovePage(
IPage srcPage,
IPage tgtParentPage,
EnumCopyActions placing
)
Function MovePage (
srcPage As IPage,
tgtParentPage As IPage,
placing As EnumCopyActions
) As IPage
IPage^ MovePage(
IPage^ srcPage,
IPage^ tgtParentPage,
EnumCopyActions placing
)
abstract MovePage :
srcPage : IPage *
tgtParentPage : IPage *
placing : EnumCopyActions -> IPage Parameters
- srcPage IPage
- The Page to be moved
- tgtParentPage IPage
- The target reference location Page. The moved Page could be placed before, after, or as child of this Page.
- placing EnumCopyActions
- The location to place the moved Pages relative to the "targetParentPage"
Return Value
IPageThe "srcPage" after it has been moved.
Exceptions
Remarks
See Also