Click or drag to resize
PanelgetXSectionDatalistRow Method
Formats a unique XPath to find a single datalist row.

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

Parameters

sectionCaption
Type: SystemString
The caption of the section that the datalist belongs to.
columnCaptionToIndex
Type: System.Collections.GenericIDictionaryString, Int32
Mapping of the datalist column captions to their DOM TD index.
columnCaptionToValue
Type: System.Collections.GenericIDictionaryString, String
Mapping of the datalist column captions to their values in a single row.

Return Value

Type: String

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

See Also