IPagePreviousSibling Method
|
Retrieves the sibling page that precedes the given page on the content tree.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction PreviousSibling As IPage
abstract PreviousSibling : unit -> IPage
Return Value
IPagePrevious sibling page. If the page is the first page among its siblings, this method returns null.
See Also