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

UnboundSiteMapProviderBase.Clear() Method

Removes all elements in the collections of child and parent site map nodes and site map providers that the UnboundSiteMapProviderBase object internally tracks as part of its state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void Clear()

Remarks

The Clear method can be used to remove all elements from all collections of child and parent site map nodes.

See Also