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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public SiteMapNodeCollection GetChildNodes(
	int nodeId,
	int nodeLevel
)

Parameters

nodeId
Type: SystemInt32
nodeLevel
Type: SystemInt32

Return Value

Type: SiteMapNodeCollection
See Also