Click or drag to resize

HtmlNodeNavigatorMoveToPrevious Method

Moves to the previous 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 MoveToPrevious()

Return Value

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