XmlSiteMapProvider.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.