System.Web.SiteMapNode: Property Members

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

Public Properties

ChildNodesSiteMapNodeCollection.

Gets or sets all the child nodes of the current System.Web.SiteMapNode object from the associated System.Web.SiteMapProvider provider.

Descriptionstring.

Gets or sets a description for the System.Web.SiteMapNode.

[read-only]
HasChildNodesbool.

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]
Keystring.

Gets a string representing a lookup key for a site map node.

[read-only]
NextSiblingSiteMapNode.

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).

ParentNodeSiteMapNode.

Gets or sets the System.Web.SiteMapNode object that is the parent of the current node.

[read-only]
PreviousSiblingSiteMapNode.

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]
ProviderSiteMapProvider.

Gets the System.Web.SiteMapProvider provider that the System.Web.SiteMapNode object is tracked by.

ReadOnlybool.

Gets or sets a value indicating whether the site map node can be modified.

ResourceKeystring.

Gets or sets the resource key that is used to localize the System.Web.SiteMapNode.

RolesIList.

Gets or sets a collection of roles that are associated with the System.Web.SiteMapNode object, used during security trimming.

[read-only]
RootNodeSiteMapNode.

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.

Titlestring.

Gets or sets the title of the System.Web.SiteMapNode object.

Urlstring.

Gets or sets the URL of the page that the System.Web.SiteMapNode object represents.

Protected Properties

AttributesSystem.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.