 | DialoggetXTab Method (String, String) |
Format a unique xPath for a tab on 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)
Syntaxprotected static string getXTab(
string tabCaption,
string dialogId
)
Protected Shared Function getXTab (
tabCaption As String,
dialogId As String
) As String
protected:
static String^ getXTab(
String^ tabCaption,
String^ dialogId
)
Parameters
- tabCaption
- Type: SystemString
The caption of the tab. - 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.getXTab(System.String,System.String)"]
See Also