Retrieves the sibling Page succeeds the given page on the content tree.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction NextSibling As IPage
abstract NextSibling : unit -> IPage
Return Value
IPageNext sibling Page. If the page is the last page among its siblings, this method returns null
See Also