SobekCM_SiteMap_Node.Add_Child_Node Method (String, String, String, Int32)
Add a child node to this node
Namespace: SobekCM.Core.SiteMapAssembly: 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