ForEachNodeListLoopEnumerationType Enumeration
The ForEachNodeListLoopEnumerationType enumeration provides a list of enumeration types that can be returned by the XPath query in a Foreach Node List Loop Container Task.
Enumeration Values
Name | Summary |
---|---|
ElementCollection | Specifies that a collection of element nodes should be enumerated. |
Navigator | Specifies that an XPathNavigator should be used to enumerate. |
Node | Specifies that the nodes returned by an XPath query should be enumerated. |
NodeText | Specifies that the text nodes returned by an XPath query should be enumerated. |