UnboundSiteMapProviderBase.RemoveSiteMapNode(SiteMapNode) Method
Removes the specified SiteMapNode object from all node collections of the provider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | SiteMapNode | The node to remove from the node collections. |
See Also