IHierarchyIdIsDescendantOrSelfOf Method Ingeniux CMS Content Store API

Checks whether this hierarchy is descends from another hierarchy or is the hierarychy itself.

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

bool IsDescendantOrSelfOf(
	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 or is the hierarchy itself, false if not.
See Also

Reference