Click or drag to resize
DialoggetXGridHeaders Method
Formats the unique xPath for getting the TR row header element that belongs to a grid on a dialog.

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 getXGridHeaders(
	string dialogId,
	string gridId
)

Parameters

dialogId
Type: SystemString
The dialog's unique id identifier - i.e. 'PlanOutlineAddForm'
gridId
Type: SystemString
The HTML [] element's unique id identifier - i.e. 'PLANOUTLINESTEPS'

Return Value

Type: String

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

See Also