Removes the specified System.Web.SiteMapNode object from the node collection that is maintained by the site map provider.
- node
- The System.Web.SiteMapNode to remove from the node collection maintained by the provider.
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.