Click or drag to resize
PanelgetXDiv 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.Panels
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. '_individualSpouseBusinessAddForm'
divId
Type: SystemString
The DIV element's unique id identifier - i.e. '_LASTNAME_value'

Return Value

Type: String

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

See Also