| IHierarchyIdIsDescendantOrSelfOf Method  | 
        
        
          
         
            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.5.94
 Syntax
Syntaxbool IsDescendantOrSelfOf(
	IHierarchyId hid
)
Function IsDescendantOrSelfOf ( 
	hid As IHierarchyId
) As Boolean
bool IsDescendantOrSelfOf(
	IHierarchyId^ hid
)
abstract IsDescendantOrSelfOf : 
        hid : IHierarchyId -> bool 
Parameters
- hid
- Type: Ingeniux.CMSIHierarchyId
 The potential ancestor hierarchy
Return Value
Type: 
BooleanTrue if the parameter is the ancestor of this hierarchy or is the hierarchy itself, false if not.
 See Also
See Also