Click or drag to resize

XPathFilterBuilderCreateFilter Method (String, String, Object)

Creates an XPath filter for the specified object type and attribute value pair

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,
	string attributeName,
	Object attributeValue
)

Parameters

objectType
Type: SystemString
The object type to query
attributeName
Type: SystemString
The name of the attribute to query
attributeValue
Type: SystemObject
The value of the attribute to query

Return Value

Type: String
An XPath query string
See Also