Click or drag to resize

IHierarchyIdIsDescendantOrSelfOf Method


Note: This API is now obsolete.

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: 10.6.492
Syntax
[ObsoleteAttribute("No longer required. Will be refactored out in a future release.")]
bool IsDescendantOrSelfOf(
	IHierarchyId hid
)

Parameters

hid  IHierarchyId
The potential ancestor hierarchy

Return Value

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