Shunde.NET Framework Class Library

TreeNode Properties

The properties of the TreeNode class are listed below. For a complete list of TreeNode class members, see the TreeNode Members topic.

Public Instance Properties

ChildrenThe Children of this TreeNode
DisplayOrder (inherited from DBObject)The relative (to other DBObjects) display order that this DBObject should appear in
FriendlyName Gets the friendly name of the object
FullNameReturns the Name of this TreeNode, with all ancestors names
Id (inherited from DBObject)The id of the object
IsDeleted (inherited from DBObject)Specifies that this object is deleted
IsHiddenSpecifies that this TreeNode is hidden
IsLeafReturns true if this TreeNode is a leaf node (ie. has no Children)
IsShadedSpecifies whether a TreeNode is visible, or shaded
IsVisibleReturns true if this TreeNode, and none of its parents, are hidden
LastUpdate (inherited from DBObject)The last time that this object was updated.
LastUpdatedBy (inherited from DBObject)The person or user who last updated this object
NameThe Name of the TreeNode
NotesNotes pertaining to this TreeNode
ParentThe Parent of this TreeNode
RootNodeReturns the root node of the tree that this TreeNode belongs in

See Also

TreeNode Class | Shunde.Common Namespace