IPageIsDescendantOf Method Ingeniux CMS Content Store API

Checks whether this page is a descendant of another given page.

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

bool IsDescendantOf(
	IPage ancestorPage
)

Parameters

ancestorPage
Type: Ingeniux.CMSIPage
The given potential ancestor page to check against

Return Value

Type: Boolean
True if this page descends from the given ancestor page, false otherwise
See Also

Reference