XmlSiteMapProvider.RemoveProvider(String) Method

Definition

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

protected:
 virtual void RemoveProvider(System::String ^ providerName);
protected virtual void RemoveProvider (string providerName);
abstract member RemoveProvider : string -> unit
override this.RemoveProvider : string -> unit
Protected Overridable Sub RemoveProvider (providerName As String)

Parameters

providerName
String

The name of one of the SiteMapProvider objects currently registered in the Providers.

Exceptions

providerName cannot be resolved.

providerName is not a registered child provider of the current site map provider.

providerName is null.

Remarks

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.

Applies to

See also