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

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

Parameters

nodeId
Type: SystemInt32
canUseSiteMap
Type: SystemBoolean

Return Value

Type: SiteMapNodeCollection
See Also