 | DialogOpenTab Method (String, String) |
Open the tab of a dialog.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void OpenTab(
string caption,
string dialogId
)
Public Shared Sub OpenTab (
caption As String,
dialogId As String
)
public:
static void OpenTab(
String^ caption,
String^ dialogId
)
Parameters
- caption
- Type: SystemString
The caption of the tab. - dialogId
- Type: SystemString
The dialog's unique id identifier - i.e. 'RevenueBatchConstituentInbatchEditForm'
See Also