Enum XmlTaskXPathOperation
C#
public enum XmlTaskXPathOperation
Fields
| 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. |