System.Web.SiteMapNode.RootNode Property

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.

Syntax

public virtual SiteMapNode RootNode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.SiteMapNode class relies on the site map provider with which it is associated to track its relationships to other nodes in the site map. The SiteMapNode.RootNode property calls the SiteMapProvider.RootNode property of the root provider (the SiteMapProvider.RootProvider property) to retrieve the root node.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0