Click or drag to resize
PanelgetXGridRow Method
Formats an XPath to find a single row in a grid/datalist.

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 getXGridRow(
	string gridId,
	IDictionary<string, int> columnCaptionToIndex,
	IDictionary<string, string> columnCaptionToValue
)

Parameters

gridId
Type: SystemString
The unique id of the grid/datalist. i.e. '_DESIGNATIONS_value'
columnCaptionToIndex
Type: System.Collections.GenericIDictionaryString, Int32
Mapping of the column captions to their index in the TD.
columnCaptionToValue
Type: System.Collections.GenericIDictionaryString, String
Mapping of the column captions to a single row's values.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXGridRow(System.String,System.Collections.Generic.IDictionary{System.String,System.Int32},System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also