|  | PanelCollapseSection Method | 
            Collapse a section if it is expanded and a collapse/expand button exists.
            
 
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 void CollapseSection(
	string sectionCaption,
	string widgetId
)
Public Shared Sub CollapseSection ( 
	sectionCaption As String,
	widgetId As String
)
public:
static void CollapseSection(
	String^ sectionCaption, 
	String^ widgetId
)
Parameters
- sectionCaption
- Type: SystemString
 The caption of the section
- widgetId
- Type: SystemString
 A unique part of the widget element's id in the DOM.  i.e. 'ResearchGroupNavigationViewDataForm'
 See Also
See Also