Click or drag to resize

XPathFilterBuilderCreateDereferenceFilter Method (String, String, Object, 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,
	string searchAttributeName,
	Object searchAttributeValue,
	string referenceAttributeName
)

Parameters

searchObjectType
Type: SystemString
The object type to query
searchAttributeName
Type: SystemString
The name of the attribute to query
searchAttributeValue
Type: SystemObject
The value of the attribute to query
referenceAttributeName
Type: SystemString
The name of the attribute to dereference

Return Value

Type: String
An XPath query string
See Also