Click or drag to resize
PanelgetXSectionWidget Method
Returns an XPath to get the DIV parent of the Research Lists UI widget whose 'stlye' attribute contains visibility info about the widget.

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 string getXSectionWidget(
	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'

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSectionWidget(System.String,System.String)"]

See Also