 | 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.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void CheckConstituentSearchResultsToolbarContains(
string expected
)
Public Shared Sub CheckConstituentSearchResultsToolbarContains (
expected As String
)
public:
static void CheckConstituentSearchResultsToolbarContains(
String^ expected
)
Parameters
- expected
- Type: SystemString
The string to check for.
See Also