Click or drag to resize
ForumPostTreeNode Class
Tree node definition for the forum post tree.
Inheritance Hierarchy
SystemObject
  System.WebSiteMapNode
    CMS.Forums.Web.UIForumPostTreeNode

Namespace: CMS.Forums.Web.UI
Assembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ForumPostTreeNode : SiteMapNode

The ForumPostTreeNode type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildNodesLoaded
Flag saying whether the child nodes are already loaded to the node.
Public propertyItemData
Property to get and set the inner object.
Public propertyTreeNode
Property to get and set the inner TreeNode.
Top
See Also