Click or drag to resize
SearchDialogCheckConstituentSearchResultsContain Method
Checks that the search results contain the specified string on a SearchDialog. Throws an exception on failure.

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 CheckConstituentSearchResultsContain(
	string expected
)

Parameters

expected
Type: SystemString
The string to check for.
See Also