Click or drag to resize
DialoggetXEntireDialogButton Method
Format an xPath for finding a dialog's button including the common bottom bar that contains buttons such as Save, Close, and Cancel.

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 getXEntireDialogButton(
	string buttonText,
	string dialogId
)

Parameters

buttonText
Type: SystemString
The caption of the button.
dialogId
Type: SystemString
The dialog's unique id identifier - i.e. 'RevenueBatchConstituentInbatchEditForm'

Return Value

Type: String

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

See Also