System.Web.SiteMapProvider.ParentProvider Property

Gets or sets the parent System.Web.SiteMapProvider object of the current provider.

Syntax

public virtual SiteMapProvider ParentProvider { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

All classes that implement the abstract System.Web.SiteMapProvider class can support the concept of a site map provider hierarchy. Any hierarchical relationships between providers are maintained outside the scope of a System.Web.SiteMapProviderCollection collection by the providers themselves. For an example of a functional provider hierarchy, see System.Web.XmlSiteMapProvider.

Requirements

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