Click or drag to resize
TreeSiteMapProviderGetChildNodes Method (Int32)
Returns the set of child nodes for the specified node.

Namespace: CMS.CMSSiteMapProvider
Assembly: CMS.CMSSiteMapProvider (in CMS.CMSSiteMapProvider.dll) Version: 9.0.0
Syntax
C#
public SiteMapNodeCollection GetChildNodes(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32

Return Value

Type: SiteMapNodeCollection
See Also