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.MoveToParent

Moves the cursor to the parent of the current element.

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

See Also

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