Represents a node in the hierarchical site map structure such as that described by the SiteMap class and classes that implement the abstract SiteMapProvider class.
The following tables list the members exposed by the
SiteMapNode
type.

Public Constructors
| |
Name
|
Description
|
| SiteMapNode |
Overloaded. Initializes a new instance of the SiteMapNode class and associates it with the specified SiteMapProvider object. |
Top

Public Properties

Protected Properties
| |
Name
|
Description
|
| Attributes | Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the SiteMapNode class. |
Top

Public Methods

Explicit Interface Implementations
| |
Name
|
Description
|
| System.ICloneable.Clone |
Creates a new node that is a copy of the current node. For a description of this member, see ICloneable.Clone.
|
| System.Web.UI.IHierarchyData.GetChildren |
Retrieves the hierarchical children data items of the current item. For a description of this member, see IHierarchyData.GetChildren.
|
| System.Web.UI.IHierarchyData.GetParent |
Retrieves the hierarchical parent of the current item. For a description of this member, see IHierarchyData.GetParent.
|
| System.Web.UI.IHierarchyData.HasChildren | Gets a value that indicates whether the current SiteMapNode object has any child nodes. For a description of this member, see IHierarchyData.HasChildren. |
| System.Web.UI.IHierarchyData.Item | Gets the hierarchical data item. For a description of this member, see IHierarchyData.Item. |
| System.Web.UI.IHierarchyData.Path | Gets the path of the hierarchical data item. For a description of this member, see IHierarchyData.Path. |
| System.Web.UI.IHierarchyData.Type | Gets a string that represents the type name of the hierarchical data item. For a description of this member, see IHierarchyData.Type. |
| System.Web.UI.INavigateUIData.Description | Gets the Description property of the site map node. For a description of this member, see INavigateUIData.Description. |
| System.Web.UI.INavigateUIData.Name | Gets the Title property of the site map node. For a description of this member, see INavigateUIData.Name. |
| System.Web.UI.INavigateUIData.NavigateUrl | Gets the Url property of the site map node. For a description of this member, see INavigateUIData.NavigateUrl. |
| System.Web.UI.INavigateUIData.Value | Gets the Title property of the site map node. For a description of this member, see INavigateUIData.Value. |
Top

See Also