|  | DialogClickButton Method (String, String) | 
            Click a button that has a new dialog appear.  Continuely click the button
            until the new dialog appears.
            
 
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 void ClickButton(
	string caption,
	string dialogId
)
Public Shared Sub ClickButton ( 
	caption As String,
	dialogId As String
)
public:
static void ClickButton(
	String^ caption, 
	String^ dialogId
)
Parameters
- caption
- Type: SystemString
 The caption of the dialog button
- dialogId
- Type: SystemString
 The new dialog's unique id identifer. i.e. - 'RevenueBatchConstituentInbatchEditForm' 
            If null is provided, then the method waits for a message box dialog that contains no unique id.
 See Also
See Also