IHierarchyIdNextChild Method
|
Retrieves the next child hierarchy available
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function NextChild As IHierarchyId
IHierarchyId^ NextChild()
abstract NextChild : unit -> IHierarchyId
Return Value
Type:
IHierarchyIdThe next child hierarchy, parent hierarchy is this, the last digit is the rounded last digit of tracked next avaible child hierarchy position.
Remarks This method is used when adding a new child to a tree node and finding out what hierarchy should be assigned to the new node.
See Also