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
Syntaxpublic static string CreateFilter(
string objectType,
IXPathQueryObject query
)
Public Shared Function CreateFilter (
objectType As String,
query As IXPathQueryObject
) As String
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:
StringAn XPath query string
See Also