IHierarchyIdNextChild Method
|
Note: This API is now obsolete.
Retrieves the next child hierarchy available
Namespace: Ingeniux.CMSAssembly: 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.")]
IHierarchyId NextChild()<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>
Function NextChild As IHierarchyId[ObsoleteAttribute(L"No longer required. Will be refactored out in a future release.")]
IHierarchyId^ NextChild()
[<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>]
abstract NextChild : unit -> IHierarchyId Return Value
IHierarchyIdThe next child hierarchy, parent hierarchy is this, the last digit is the rounded last digit of tracked next avaible child hierarchy position.
RemarksThis 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