Click or drag to resize

HtmlNodeNavigatorMoveToFirst Method

Moves to the first sibling of the current node.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public override bool MoveToFirst()

Return Value

Type: Boolean
true if the navigator is successful moving to the first sibling node, false if there is no first sibling or if the navigator is currently positioned on an attribute node.
See Also