|  | PanelSectionViewFormExists Method (TableRow, 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)
 Syntax
Syntaxpublic static bool SectionViewFormExists(
	TableRow viewForm,
	string sectionCaption,
	string viewFormId
)
Public Shared Function SectionViewFormExists ( 
	viewForm As TableRow,
	sectionCaption As String,
	viewFormId As String
) As Boolean
public:
static bool SectionViewFormExists(
	TableRow^ viewForm, 
	String^ sectionCaption, 
	String^ viewFormId
)
Parameters
- viewForm
- Type: TableRow
 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
See Also