System.Web.SiteMapProvider.RemoveNode Method

Removes the specified System.Web.SiteMapNode object from the node collection that is maintained by the site map provider.

Syntax

protected virtual void RemoveNode (SiteMapNode node)

Parameters

node
The System.Web.SiteMapNode to remove from the node collection maintained by the provider.

Remarks

Classes deriving from the System.Web.SiteMapProvider class can override the SiteMapProvider.RemoveNode(SiteMapNode) method and provide logic for removing System.Web.SiteMapNode objects from the node collection that is maintained by the site map provider. The default implementation of the SiteMapProvider.RemoveNode(SiteMapNode) method throws a NotImplementedException exception.

Requirements

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