Click or drag to resize
ForumPostTreeProviderGetChildNodes Method
Returns the set of child nodes for the specified node.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public SiteMapNodeCollection GetChildNodes(
	int nodeId,
	bool canUseSiteMap
)

Parameters

nodeId
Type: SystemInt32
canUseSiteMap
Type: SystemBoolean

Return Value

Type: SiteMapNodeCollection
See Also