XmlSiteMapProvider::RemoveProvider Method
Removes a linked child site map provider from the hierarchy for the current provider.
Assembly: System.Web (in System.Web.dll)
Parameters
- providerName
- Type: System::String
The name of one of the SiteMapProvider objects currently registered in the Providers.
| Exception | Condition |
|---|---|
| ProviderException | providerName cannot be resolved. |
| InvalidOperationException | providerName is not a registered child provider of the current site map provider. |
| ArgumentNullException | providerName is nullptr. |
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.