PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the item number of the item's parent.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Hierarchy.GetParent")]
[(.Level0)]
public static <int> GetParentItem(
	 reference
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Hierarchy.GetParent")> _
<(.Level0)> _
Public Shared Function GetParentItem ( _
	reference As  _
) As (Of Integer)

Parameters

reference
Locator
The reference.

Return Value

Item number of the item's parent.

See Also

Advanced