| Visual Basic (Declaration) | |
|---|---|
Public Function GetNodeCount( _ ByVal bIncludeSubItems As Boolean _ ) As Integer | |
| C# | |
|---|---|
public int GetNodeCount( bool bIncludeSubItems ) | |
Parameters
- bIncludeSubItems
- A boolean indicating if sub items should be included in the calculation.