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