SobekCM_SiteMap_Node Constructor
Constructor for a new instancee of the SobekCM_SiteMap_Node class
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(
string URL,
string Title,
string Description,
int NodeValue
) |
Parameters
- URL
- Type: System..::..String
Relative URL for this single node within a hierarchical site map
- Title
- Type: System..::..String
Title for this single node within a hierarchical site map, displayed in the
navigation tree
- Description
- Type: System..::..String
Description for this single node within a hierarchical site map, used for
a tooltip when hovering over this node in the navigation tree
- 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
See Also