Click or drag to resize

XPathFilterBuilderCreateDereferenceFilter Method (String, IXPathQueryObject, String)

Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static string CreateDereferenceFilter(
	string searchObjectType,
	IXPathQueryObject query,
	string referenceAttributeName
)

Parameters

searchObjectType
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
referenceAttributeName
Type: SystemString
The name of the attribute used to dereference the expression

Return Value

Type: String
An XPath query string
See Also