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!

DocumentEditor.Move

[To be supplied.]

[Visual Basic]
Overridable Public Sub Move( _
   ByVal pos As TreePosition, _
   ByVal other As IDataEditor _
)
[C#]
public virtual void Move(
   TreePosition pos,
   IDataEditor other
);
[C++]
public: virtual void Move(
   TreePosition pos,
   IDataEditor* other
);
[JScript]
public function Move(
   pos : TreePosition,
   other : IDataEditor
);

Parameters

pos
[To be supplied.]
other
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace