HtmlNodeNavigatorMoveToFirst Method |
Moves to the first sibling of the current node.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public override bool MoveToFirst()
Public Overrides Function MoveToFirst As Boolean
Return Value
Type:
Booleantrue 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