XmlSiteMapProvider.Clear Method

Definition

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

protected:
 override void Clear();
protected override void Clear ();
override this.Clear : unit -> unit
Protected Overrides Sub Clear ()

Remarks

The XmlSiteMapProvider class overrides the inherited Clear method to provide additional state cleanup beyond the basic StaticSiteMapProvider.Clear implementation, including clearing its child provider tracking and the RootNode property tracking mechanisms.

Applies to

See also