IPagePreviousSibling Method Ingeniux CMS Content Store API

Retrieves the sibling page that precedes the given page on the content tree.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IPage PreviousSibling()

Return Value

Type: IPage
Previous sibling page. If the page is the first page among its siblings, this method returns null.
See Also

Reference