XmlSiteMapProvider.RemoveProvider Method
.NET Framework 3.0
Removes a linked child site map provider from the hierarchy for the current provider.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RemoveProvider ( String providerName )
protected function RemoveProvider ( providerName : String )
Not applicable.
Parameters
- providerName
The name of one of the SiteMapProvider objects currently registered in the Providers.
The RemoveProvider method removes providerName from the hierarchy for the current provider, including any parent/child relationships that are established by the AddProvider method between site map nodes of the current provider and the removed provider.
Community Additions
ADD
Show: