IHierarchyIdParent Method
|
Note: This API is now obsolete.
Retrieves the parent hierarchy of this hierarchy.
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 Parent()
<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>
Function Parent As IHierarchyId
[ObsoleteAttribute(L"No longer required. Will be refactored out in a future release.")]
IHierarchyId^ Parent()
[<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>]
abstract Parent : unit -> IHierarchyId
Return Value
Type:
IHierarchyIdIf this hierarchy is root, returns null
See Also