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 children of the specified item.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Hierarchy.GetChildren")]
public static  GetChildren(
	 location,
	 mode,
	bool includeStartItem
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Hierarchy.GetChildren")> _
Public Shared Function GetChildren ( _
	location As , _
	mode As , _
	includeStartItem As  _
) As 

Parameters

location
Locator
The item.
mode
Tree..::..TreeEnumerationMode
The mode.
includeStartItem
Boolean
Determines whether or not to include the specified start item within the result.

Return Value

An IntList containing the children.

See Also

Advanced