Click or drag to resize
DialoggetXTextArea Method
Given the unique HTML element ids of a dialog and textarea, return a unique identifier xPath to find the TEXTAREA 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 getXTextArea(
	string dialogId,
	string textAreaId
)

Parameters

dialogId
Type: SystemString
The dialog's unique id identifier - i.e. '_individualSpouseBusinessAddForm'
textAreaId
Type: SystemString
The TEXTAREA element's unique id identifier - i.e. '_DESCRIPTION_value'

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.Dialog.getXTextArea(System.String,System.String)"]

See Also