Click or drag to resize
PanelCollapseSection Method
Collapse a section if it is expanded and a collapse/expand button exists.

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 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