Note: This API is now obsolete.
Retrieves the next sibling hierarchy available.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute("No longer required. Will be refactored out in a future release.")]
IHierarchyId Next()
<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>
Function Next As IHierarchyId
[ObsoleteAttribute(L"No longer required. Will be refactored out in a future release.")]
IHierarchyId^ Next()
[<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>]
abstract Next : unit -> IHierarchyId
Return Value
Type:
IHierarchyIdThe next sibling hierarchy, it is the same parent hierarchy, the last digit is the rounded last digit of this hierarchy plus 1
Remarks This method is used when adding a new sibling to a tree node and finding out what hierarchy should be assigned to the new node.
See Also