This documentation is archived and is not being maintained.
StaticSiteMapProvider::AddNode Method
Visual Studio 2008
Adds a site map node to the collections that are maintained by the current StaticSiteMapProvider object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AddNode(SiteMapNode) | Adds a SiteMapNode object to the node collection that is maintained by the site map provider. (Inherited from SiteMapProvider.) |
|
AddNode(SiteMapNode, SiteMapNode) | Adds a SiteMapNode to the collections that are maintained by the site map provider and establishes a parent/child relationship between the SiteMapNode objects. (Overrides SiteMapProvider::AddNode(SiteMapNode, SiteMapNode).) |
Show: