NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConfigXmlCursor.MoveToRoot

Moves the cursor to the root of the configuration section handler tree.

[Visual Basic]
Overridable Public Function MoveToRoot() As Boolean
[C#]
public virtual bool MoveToRoot();
[C++]
public: virtual bool MoveToRoot();
[JScript]
public function MoveToRoot() : Boolean;

See Also

ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace