| HtmlNodeNavigatorMoveTo Method  | 
            Moves to the same position as the specified HtmlNavigator.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic override bool MoveTo(
	XPathNavigator other
)
Public Overrides Function MoveTo ( 
	other As XPathNavigator
) As Boolean
Parameters
- other
 - Type: System.Xml.XPathXPathNavigator
The HtmlNavigator positioned on the node that you want to move to. 
Return Value
Type: 
Booleantrue if successful, otherwise false. If false, the position of the navigator is unchanged.
See Also