Click or drag to resize
PanelSectionViewFormExists Method (IDictionaryString, String, String, String)
Check whether a view form exists in a section CONTAINING (not identically matching) the provided values.

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 SectionViewFormExists(
	IDictionary<string, string> viewForm,
	string sectionCaption,
	string viewFormId
)

Parameters

viewForm
Type: System.Collections.GenericIDictionaryString, String
Mapping of the view form captions (excluding the colon) to a single view form's values.
sectionCaption
Type: SystemString
The caption of the section.
viewFormId
Type: SystemString
The unique id for the type of view form to look for. i.e. 'RevenueTransactionDetailViewForm'

Return Value

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