 | 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.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SelectSectionDatalistRow(
IDictionary<string, string> rowValues,
string sectionCaption
)
Public Shared Sub SelectSectionDatalistRow (
rowValues As IDictionary(Of String, String),
sectionCaption As String
)
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