 | PanelSectionDatalistRowExists Method (IDictionaryString, String, String) |
Check whether a row exists in a section's datalist.
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 bool SectionDatalistRowExists(
IDictionary<string, string> rowValues,
string sectionCaption
)
Public Shared Function SectionDatalistRowExists (
rowValues As IDictionary(Of String, String),
sectionCaption As String
) As Boolean
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:
BooleanTrue if the row exists, false otherwise.
See Also