Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapProviderBase.RemoveSiteMapNode(SiteMapNode) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void RemoveSiteMapNode(
    SiteMapNode node
)

Parameters

Name Type Description
node SiteMapNode

The node to remove from the node collections.

See Also