SiteMapProvider::RemoveNode Method (SiteMapNode^)
.NET Framework (current version)
Removes the specified SiteMapNode object from the node collection that is maintained by the site map provider.
Assembly: System.Web (in System.Web.dll)
Parameters
- node
-
Type:
System.Web::SiteMapNode^
The SiteMapNode to remove from the node collection maintained by the provider.
| Exception | Condition |
|---|---|
| NotImplementedException | In all cases. |
Classes deriving from the SiteMapProvider class can override the RemoveNode method and provide logic for removing SiteMapNode objects from the node collection that is maintained by the site map provider. The default implementation of the RemoveNode method throws a NotImplementedException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: