Click or drag to resize
PanelSelectSectionDatalistRow Method (IDictionaryString, String, String)
Select a row in a section's datalist. If the row is already selected, no action is taken.

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 void SelectSectionDatalistRow(
	IDictionary<string, string> rowValues,
	string sectionCaption
)

Parameters

rowValues
Type: System.Collections.GenericIDictionaryString, String
Dictionary mapping of the column caption to the single row's values. Keys represent column captions.
sectionCaption
Type: SystemString
The caption of the section.
See Also