Click or drag to resize
DialoggetXDiv Method
Given the unique HTML element ids of a dialog and div, return a unique identifier xPath to find the DIV 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 getXDiv(
	string dialogId,
	string divId
)

Parameters

dialogId
Type: SystemString
The dialog's unique id identifier - i.e. 'PledgeAddForm'
divId
Type: SystemString
The 'a' link element's unique id identifier - i.e. 'SHOWSYSTEM'

Return Value

Type: String

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

See Also