Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AddSiteMapNode(
    SiteMapNode node
)

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