This documentation is archived and is not being maintained.
SiteMapProvider::AddNode Method (SiteMapNode)
Visual Studio 2010
Adds a SiteMapNode object to 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 add to the node collection maintained by the provider.
Classes deriving from the SiteMapProvider class can override the AddNode method and provide logic for adding a SiteMapNode object to the node collection that is maintained by the site map provider. The default implementation of the AddNode method throws a NotImplementedException exception.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: