Click or drag to resize
PanelgetXDataListColumnValue Method
Given the DOM index of a datalist column and the value for that column, return an XPath to append to a datalist XPath for finding that value in the requested column index. No element will be found if the value does not exist in this column.

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 getXDataListColumnValue(
	int columnIndex,
	string columnValue
)

Parameters

columnIndex
Type: SystemInt32
The DOM index for the TD element representing the desired column.
columnValue
Type: SystemString
The value corresponding the provided column.

Return Value

Type: String

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

See Also