|  | DialoggetXDialogButton Method (String, String) | 
            Format an xPath for finding a dialog's button.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static string getXDialogButton(
	string buttonText,
	string dialogId
)
Public Shared Function getXDialogButton ( 
	buttonText As String,
	dialogId As String
) As String
public:
static String^ getXDialogButton(
	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.getXDialogButton(System.String,System.String)"]
 See Also
See Also