Click or drag to resize

IHierarchyIdIsDescendantOf Method


Checks whether this hierarchy descends from another hierarchy.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool IsDescendantOf(
	IHierarchyId hid
)

Parameters

hid
Type: Ingeniux.CMSIHierarchyId
The potential ancestor hierarchy

Return Value

Type: Boolean
True if the parameter is the ancestor of this hierarchy, false if not.
See Also