IHierarchyIdIsChildOf Method
|
Checks whether this hierarchy is child of another hierarchy.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsChildOf(
IHierarchyId hid
)
Function IsChildOf (
hid As IHierarchyId
) As Boolean
bool IsChildOf(
IHierarchyId^ hid
)
abstract IsChildOf :
hid : IHierarchyId -> bool
Parameters
- hid
- Type: Ingeniux.CMSIHierarchyId
The potential parent hierarchy
Return Value
Type:
BooleanTrue if the parameter is the parent of this hierarchy, false if not.
See Also