SiteMapNode.RootNode Property

Definition

Gets the root node of the root provider in a site map provider hierarchy. If no provider hierarchy exists, the RootNode property gets the root node of the current provider.

public:
 virtual property System::Web::SiteMapNode ^ RootNode { System::Web::SiteMapNode ^ get(); };
public virtual System.Web.SiteMapNode RootNode { get; }
member this.RootNode : System.Web.SiteMapNode
Public Overridable ReadOnly Property RootNode As SiteMapNode

Property Value

A SiteMapNode that represents the root node of the site navigation structure.

Exceptions

The root node cannot be retrieved from the root provider.

Remarks

The 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 RootNode property calls the RootNode property of the root provider (the RootProvider property) to retrieve the root node.

Applies to

See also