XPathExpression Constructor (String, IXPathQueryObject, Boolean) |
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
Syntaxpublic XPathExpression(
string objectType,
IXPathQueryObject query,
bool wrapFilterXml
)
Public Sub New (
objectType As String,
query As IXPathQueryObject,
wrapFilterXml As Boolean
)
public:
XPathExpression(
String^ objectType,
IXPathQueryObject^ query,
bool wrapFilterXml
)
Parameters
- objectType
- Type: SystemString
The type of object to query for - query
- Type: Lithnet.ResourceManagement.ClientIXPathQueryObject
The query component for this expression - wrapFilterXml
- Type: SystemBoolean
Indicates if the resulting expression should be wrapped in a filter XML element
See Also