Click or drag to resize
DialogDropdownValueExists Method
Check if a value exists as a selectable item in a dropdown list.

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 bool DropdownValueExists(
	string xPath,
	string value
)

Parameters

xPath
Type: SystemString
The xPath of the dropdown. Advised to use Dialog.getXInput()
value
Type: SystemString
The value to check for as an option in the dropdown.

Return Value

Type: Boolean
True if the value is an option, false otherwise.
See Also