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