Skip to main content

Enum XmlTaskXPathOperation

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum XmlTaskXPathOperation

Fields

FieldsDescription
EvaluationSpecifies that XPath functions will be supported, including the sum() function.
NodeListSpecifies that the XPath query will return a node list as an XML fragment.
ValuesSpecifies that the XPath query will perform text processing on the inner text of XML nodes.