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 >> Add_Child_Node Method >> Add_Child_Node (String, String, String, Int32)

SobekCM_SiteMap_Node.Add_Child_Node Method (String, String, String, Int32)



Add a child node to this node


Namespace: SobekCM.Core.SiteMap
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public SobekCM_SiteMap_Node Add_Child_Node(
	string Child_URL,
	string Child_Title,
	string Child_Description,
	int Child_NodeValue
)

Parameters

Child_URL
Type: System..::..String
Relative URL for the child node within a hierarchical site map
Child_Title
Type: System..::..String
Title for the child node within a hierarchical site map, displayed in the navigation tree
Child_Description
Type: System..::..String
Description for the child node within a hierarchical site map, used for a tooltip when hovering over this node in the navigation tree
Child_NodeValue
Type: System..::..Int32
Unique node value used to select this node from the site map during callbacks due to using the left navigational tree structure

Return Value

Type: SobekCM_SiteMap_Node
Fully built SobekCM_SiteMap_Node child object

See Also



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