Click or drag to resize
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.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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