IHierarchyIdIsChildOf Method Ingeniux CMS Content Store API

Checks whether this hierarchy is child of another hierarchy.

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

bool IsChildOf(
	IHierarchyId hid
)

Parameters

hid
Type: Ingeniux.CMSIHierarchyId
The potential parent hierarchy

Return Value

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

Reference