SobekCM_SiteMap_Node Class
Single node within a hierarchical site map used to render a tree-view
navigation control to the left on non-aggregation related web content pages
Namespace: SobekCM.Core.SiteMapAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
public class SobekCM_SiteMap_Node |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| SobekCM_SiteMap_Node | Constructor for a new instancee of the SobekCM_SiteMap_Node class |
Methods
Fields
| Name | Description |
---|
| Description | Description for this single node within a hierarchical site map, used for
a tooltip when hovering over this node in the navigation tree |
| NodeValue | Unique node value used to select this node from the site map during
callbacks due to using the left navigational tree structure |
| Title | Title for this single node within a hierarchical site map, displayed in the
navigation tree |
| URL | Relative URL for this single node within a hierarchical site map |
Properties
| Name | Description |
---|
| Child_Nodes | Gets the read-only collection of child nodes under this node |
| Child_Nodes_Count | Gets the number of children nodes under this node |
| Parent_Node | Gets or sets the link back to the parent node |
See Also