 | SearchDialogCheckConstituentSearchResultsContain Method |
Checks that the search results contain 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 CheckConstituentSearchResultsContain(
string expected
)
Public Shared Sub CheckConstituentSearchResultsContain (
expected As String
)
public:
static void CheckConstituentSearchResultsContain(
String^ expected
)
Parameters
- expected
- Type: SystemString
The string to check for.
See Also