HtmlNodeNavigatorMoveToId Method  | 
 
            Moves to the node that has an attribute of type ID whose value matches the specified string.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic override bool MoveToId(
	string id
)
Public Overrides Function MoveToId ( 
	id As String
) As Boolean
Parameters
- id
 - Type: SystemString
A string representing the ID value of the node to which you want to move. This argument does not need to be atomized. 
Return Value
Type: 
Booleantrue if the move was successful, otherwise false. If false, the position of the navigator is unchanged.
See Also