Click or drag to resize
SearchDialogCheckConstituentSearchResultsToolbarContains Method
Checks that the search results tool bar message contains 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 CheckConstituentSearchResultsToolbarContains(
	string expected
)

Parameters

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