Click or drag to resize
ForumPostTreeProviderGetNodeById Method
Returns the node specified by given Node ID.

Namespace: CMS.Forums.Web.UI
Assembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 10.0.0
Syntax
C#
public ForumPostTreeNode GetNodeById(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID to retrieve

Return Value

Type: ForumPostTreeNode
See Also