Click or drag to resize

XPathExpression Constructor (String, IXPathQueryObject)

Initializes a new instance of the XPathExpression class

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

Parameters

objectType
Type: SystemString
The type of object to query for
query
Type: Lithnet.ResourceManagement.ClientIXPathQueryObject
The query component for this expression
See Also