IHierarchyIdSiblingPosition Method
|
Note: This API is now obsolete.
Retrieves the position of this hierarchy to its siblings.
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.")]
double SiblingPosition()
<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>
Function SiblingPosition As Double
[ObsoleteAttribute(L"No longer required. Will be refactored out in a future release.")]
double SiblingPosition()
[<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>]
abstract SiblingPosition : unit -> float
Return Value
Type:
DoubleThe last digit value of this hierarchy
See Also