Click or drag to resize
PanelgetXSpan Method
Given the unique HTML element ids of a dialog and span, return a unique identifier XPath to find the SPAN 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 getXSpan(
	string dialogId,
	string spanId
)

Parameters

dialogId
Type: SystemString
The dialog's unique id identifier - i.e. '_EventSummaryViewForm3'
spanId
Type: SystemString
The SPAN element's unique id identifier - i.e. '_LOCATION_value'

Return Value

Type: String

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

See Also