Click or drag to resize
DialoggetXDialogButton Method (String)
Returns an xPath for any button that is a decendant of a visible bbui-dialog and having "buttonText" text. Uniqueness depends on the text passed.

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 string getXDialogButton(
	string buttonText
)

Parameters

buttonText
Type: SystemString
The text of the required button.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.Dialog.getXDialogButton(System.String)"]

See Also