Click or drag to resize
DialogSetSearchList Method
Set a field's value using the associated search dialog to the first found item in the search results.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void SetSearchList(
	string xPath,
	string searchFieldxPath,
	string value = ""
)

Parameters

xPath
Type: SystemString
The xPath of the field to set.
searchFieldxPath
Type: SystemString
The xPath of the search dialog's field to set.
value (Optional)
Type: SystemString
The value to set and use as search criteria in the specified search dialog field.
See Also