Click or drag to resize

XPathFilterBuilderCreateFilter Method (String, IXPathQueryObject)

Creates an XPath filter using the specified query object and object type

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static string CreateFilter(
	string objectType,
	IXPathQueryObject query
)

Parameters

objectType
Type: SystemString
The type of object to query
query
Type: Lithnet.ResourceManagement.ClientIXPathQueryObject
The IXPathQueryObject that contains the query logic to use in the expression

Return Value

Type: String
An XPath query string
See Also