StaticSiteMapProvider::RemoveNode Method (SiteMapNode^)

 

Removes the specified SiteMapNode object from all site map node collections that are tracked by the site map provider.

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

public protected:
virtual void RemoveNode(
	SiteMapNode^ node
) override

Parameters

node
Type: System.Web::SiteMapNode^

The site map node to remove from the site map node collections.

Exception Condition
ArgumentNullException

node is null.

.NET Framework
Available since 2.0
Return to top
Show: