Skip to main content

XmlTaskXPathOperation Enumeration

XmlTaskXPathOperation Enumeration

The XmlTaskXPathOperation enumeration provides a list of options for what type of XPath query will be executed and which type of results will be returned.

Enumeration Values

NameSummary
Evaluation
Specifies that XPath functions will be supported, including the sum() function.
NodeList
Specifies that the XPath query will return a node list as an XML fragment.
Values
Specifies that the XPath query will perform text processing on the inner text of XML nodes.