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!

DocumentNavigator.MoveToField

[To be supplied.]

[Visual Basic]
Overridable Public Function MoveToField( _
   ByVal nFieldIndex As Integer _
) As Boolean
[C#]
public virtual bool MoveToField(
   int nFieldIndex
);
[C++]
public: virtual bool MoveToField(
   int nFieldIndex
);
[JScript]
public function MoveToField(
   nFieldIndex : int
) : Boolean;

Parameters

nFieldIndex
[To be supplied.]

See Also

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