UnboundSiteMapProviderBase.AddSiteMapNode(SiteMapNode) Method
Adds a SiteMapNode object to the node collection that is maintained by the current provider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | SiteMapNode | The SiteMapNode to add to the node collection maintained by the provider. |
Remarks
Use the AddSiteMapNode method to add an existing site map node specified by the node property to the collection of nodes maintained by the current site map provider.
See Also