IHierarchyIdParent Method
|
Note: This API is now obsolete.
Retrieves the parent hierarchy of this hierarchy.
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 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
IHierarchyIdIf this hierarchy is root, returns null
See Also