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 number of children of a node

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public int GetChildCount(
	int itemNumber,
	 mode,
	bool includeStart
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetChildCount ( _
	itemNumber As Integer, _
	mode As , _
	includeStart As  _
) As Integer

Parameters

itemNumber
Int32
mode
Tree..::..TreeEnumerationMode
includeStart
Boolean

Return Value

See Also

Tree Class
Smartsite.Tools Namespace
Advanced