 | 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.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool SectionViewFormExists(
IDictionary<string, string> viewForm,
string sectionCaption,
string viewFormId
)
Public Shared Function SectionViewFormExists (
viewForm As IDictionary(Of String, String),
sectionCaption As String,
viewFormId As String
) As Boolean
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:
BooleanTrue if the view form exists, false otherwise.
See Also