The properties of System.Web.SiteMapNode are listed below. For a list of all members, see the SiteMapNode Members list.
See Also: Inherited members from System.Object
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. |