Click or drag to resize

XPathFilterBuilderCreateUnionFilter Method

Creates a filter that is a union of the results of one or more expressions. This function joins the expressions together with a logical or operator.

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static string CreateUnionFilter(
	params XPathExpression[] expressions
)

Parameters

expressions
Type: Lithnet.ResourceManagement.ClientXPathExpression
The XPathExpression objects to union

Return Value

Type: String
An XPath query string
See Also