This documentation is archived and is not being maintained.

XmlSiteMapProvider::RemoveProvider Method

Removes a linked child site map provider from the hierarchy for the current provider.

Namespace:  System.Web
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void RemoveProvider(
	String^ providerName
)

Parameters

providerName
Type: System::String
The name of one of the SiteMapProvider objects currently registered in the Providers.

ExceptionCondition
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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: