Click or drag to resize

XPathQuery Constructor (String, ComparisonOperator)

Initializes a new instance of the XPathQuery class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public XPathQuery(
	string attributeName,
	ComparisonOperator comparisonOperator
)

Parameters

attributeName
Type: SystemString
The name of the attribute to compare against
comparisonOperator
Type: Lithnet.ResourceManagement.ClientComparisonOperator
The value comparison operator to use
Remarks
This constructor only supports the use of the ComparisonOperator.IsPresent and ComparisonOperator.NotPresent values
See Also