Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public override bool MoveToId(
	string id
)

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: Boolean
true if the move was successful, otherwise false. If false, the position of the navigator is unchanged.
See Also