SobekCM_SiteMap Class
SiteMap contains hierarchical site map pages and is 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# |
---|
[DataContractAttribute]
public class SobekCM_SiteMap |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| SobekCM_SiteMap | Constructor for a new instance of the SobekCM_SiteMap class |
Methods
| Name | Description |
---|
| Node_By_Value | Gets a node from this tree by its unique node value |
| Selected_NodeValue | Gets the currently selected node value, based on the current URL |
Properties
| Name | Description |
---|
| Default_Breadcrumb | Gets and sets the default breadcrumb root to be displayed before the calculated breadcrumb |
| Is_URL_Restricted_For_Robots | Gets a flag indicating if this sitemap has a URL restriction for indexing robots |
| Restricted_Robot_URL | Gets and sets the URL which robots are required to use to index these pages |
| RootNodes | Gets and sets the list of root nodes for this site map |
| Width | Gets and sets the width for the left navigational tree. |
See Also