IPageIsDescendantOf Method
|
Checks whether this page is a descendant of another given page.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IsDescendantOf(
IPage ancestorPage
)
Function IsDescendantOf (
ancestorPage As IPage
) As Boolean
bool IsDescendantOf(
IPage^ ancestorPage
)
abstract IsDescendantOf :
ancestorPage : IPage -> bool Parameters
- ancestorPage IPage
- The given potential ancestor page to check against
Return Value
BooleanTrue if this page descends from the given ancestor page, false otherwise
See Also