The members of System.Web.SiteMapNode are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.SiteMapNode class, using the specified key to identify the page that the node represents and the site map provider that manages the node. | ||
Initializes a new instance of the System.Web.SiteMapNode class using the specified URL, a key to identify the page that the node represents, and the site map provider that manages the node. | ||
Initializes a new instance of the System.Web.SiteMapNode class using the specified URL, a key to identify the page that the node represents, a title, and the site map provider that manages the node. | ||
Initializes a new instance of the System.Web.SiteMapNode class using the specified URL, a key to identify the page that the node represents, a title and description, and the site map provider that manages the node. | ||
Initializes a new instance of the System.Web.SiteMapNode class using the specified site map provider that manages the node, URL, title, description, roles, additional attributes, and explicit and implicit resource keys for localization. |
ChildNodes | SiteMapNodeCollection.
Gets or sets all the child nodes of the current System.Web.SiteMapNode object from the associated System.Web.SiteMapProvider provider. | |
Description | string.
Gets or sets a description for the System.Web.SiteMapNode. | |
[read-only] | HasChildNodes | bool.
Gets a value indicating whether the current System.Web.SiteMapNode has any child nodes. |
default property | Item(string) | string. Documentation for this section has not yet been entered. |
[read-only] | Key | string.
Gets a string representing a lookup key for a site map node. |
[read-only] | NextSibling | SiteMapNode.
Gets the next System.Web.SiteMapNode node on the same hierarchical level as the current one, relative to the SiteMapNode.ParentNode property (if one exists). |
ParentNode | SiteMapNode.
Gets or sets the System.Web.SiteMapNode object that is the parent of the current node. | |
[read-only] | PreviousSibling | SiteMapNode.
Gets the previous System.Web.SiteMapNode object on the same level as the current one, relative to the SiteMapNode.ParentNode object (if one exists). |
[read-only] | Provider | SiteMapProvider.
Gets the System.Web.SiteMapProvider provider that the System.Web.SiteMapNode object is tracked by. |
ReadOnly | bool.
Gets or sets a value indicating whether the site map node can be modified. | |
ResourceKey | string.
Gets or sets the resource key that is used to localize the System.Web.SiteMapNode. | |
Roles | IList.
Gets or sets a collection of roles that are associated with the System.Web.SiteMapNode object, used during security trimming. | |
[read-only] | RootNode | SiteMapNode.
Gets the root node of the root provider in a site map provider hierarchy. If no provider hierarchy exists, the SiteMapNode.RootNode property gets the root node of the current provider. |
Title | string.
Gets or sets the title of the System.Web.SiteMapNode object. | |
Url | string.
Gets or sets the URL of the page that the System.Web.SiteMapNode object represents. |
Attributes | System.Collections.Specialized.NameValueCollection.
Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the System.Web.SiteMapNode class. |
Clone()
| ||
Clone(bool)
| ||
override | Equals(object)
| |
GetAllNodes()
| ||
GetDataSourceView(System.Web.UI.WebControls.SiteMapDataSource, string)
| ||
override | GetHashCode()
| |
GetHierarchicalDataSourceView()
| ||
IsAccessibleToUser(HttpContext)
| ||
IsDescendantOf(SiteMapNode)
| ||
override | ToString()
|
GetExplicitResourceString(string, string, bool)
| ||
GetImplicitResourceString(string)
|
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 System.Web.UI.IHierarchyData.GetChildren. | |
System.Web.UI.IHierarchyData.GetParent |
Retrieves the hierarchical parent of the current item. For a description of this member, see System.Web.UI.IHierarchyData.GetParent. | |
[read-only] | System.Web.UI.IHierarchyData.HasChildren | bool.
Gets a value that indicates whether the current System.Web.SiteMapNode object has any child nodes. For a description of this member, see System.Web.UI.IHierarchyData.HasChildren. |
[read-only] | System.Web.UI.IHierarchyData.Item | object.
Gets the hierarchical data item. For a description of this member, see System.Web.UI.IHierarchyData.Item. |
[read-only] | System.Web.UI.INavigateUIData.Name | string.
Gets the SiteMapNode.Title property of the site map node. For a description of this member, see System.Web.UI.INavigateUIData.Name. |
[read-only] | System.Web.UI.INavigateUIData.NavigateUrl | string.
Gets the SiteMapNode.Url property of the site map node. For a description of this member, see System.Web.UI.INavigateUIData.NavigateUrl. |
[read-only] | System.Web.UI.IHierarchyData.Path | string.
Gets the path of the hierarchical data item. For a description of this member, see System.Web.UI.IHierarchyData.Path. |
[read-only] | System.Web.UI.IHierarchyData.Type | string.
Gets a string that represents the type name of the hierarchical data item. For a description of this member, see System.Web.UI.IHierarchyData.Type. |
[read-only] | System.Web.UI.INavigateUIData.Value | string.
Gets the SiteMapNode.Title property of the site map node. For a description of this member, see System.Web.UI.INavigateUIData.Value. |