mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> SiteMap >> SobekCM_SiteMap_Node

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.SiteMap
Assembly: 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

System..::..Object
  SobekCM.Core.SiteMap..::..SobekCM_SiteMap_Node

Constructors

  NameDescription
Public methodSobekCM_SiteMap_Node
Constructor for a new instancee of the SobekCM_SiteMap_Node class

Methods

  NameDescription
Public methodAdd_Child_Node(SobekCM_SiteMap_Node)
Add a child node to this node
Public methodAdd_Child_Node(String, String, String, Int32)
Add a child node to this node

Fields

  NameDescription
Public fieldDescription
Description for this single node within a hierarchical site map, used for a tooltip when hovering over this node in the navigation tree
Public fieldNodeValue
Unique node value used to select this node from the site map during callbacks due to using the left navigational tree structure
Public fieldTitle
Title for this single node within a hierarchical site map, displayed in the navigation tree
Public fieldURL
Relative URL for this single node within a hierarchical site map

Properties

  NameDescription
Public propertyChild_Nodes
Gets the read-only collection of child nodes under this node
Public propertyChild_Nodes_Count
Gets the number of children nodes under this node
Public propertyParent_Node
Gets or sets the link back to the parent node

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )