Click or drag to resize
PanelSectionDatalistRowExists Method (IDictionaryString, String, String)
Check whether a row exists in a section's 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 bool SectionDatalistRowExists(
	IDictionary<string, string> rowValues,
	string sectionCaption
)

Parameters

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

Return Value

Type: Boolean
True if the row exists, false otherwise.
See Also