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.
Gets the closest related sub tree for the given item.

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

Syntax

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

Parameters

reference
Locator
Item reference.

Return Value

Item number of the sub tree.

See Also

Advanced