Skip to main content
Tab

UnboundSiteMapProviderBase.RemoveSiteMapNode(SiteMapNode) Method

In This Article

Removes the specified SiteMapNode object from all node collections of the provider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v25.1.dll

#Declaration

public void RemoveSiteMapNode(
    SiteMapNode node
)

#Parameters

Name Type Description
node SiteMapNode

The node to remove from the node collections.

See Also