 | DialoggetXSpan Method |
Given the unique HTML element ids of a dialog and span, return a unique identifier xPath
to find the SPAN field.
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 string getXSpan(
string dialogId,
string spanId
)
Public Shared Function getXSpan (
dialogId As String,
spanId As String
) As String
public:
static String^ getXSpan(
String^ dialogId,
String^ spanId
)
Parameters
- dialogId
- Type: SystemString
The dialog's unique id identifier - i.e. '_EventSummaryViewForm3' - spanId
- Type: SystemString
The SPAN element's unique id identifier - i.e. '_LOCATION_value'
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.Dialog.getXSpan(System.String,System.String)"]
See Also