Click or drag to resize
ForumPostTreeNode Class
Tree node definition for the forum post tree.
Inheritance Hierarchy

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.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