Click or drag to resize

IPageNextSibling Method


Retrieves the sibling Page succeeds the given page on the content tree.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPage NextSibling()

Return Value

Type: IPage
Next sibling Page. If the page is the last page among its siblings, this method returns null
See Also