|  | 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.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static string getXSectionWidget(
	string sectionCaption,
	string widgetId
)
Public Shared Function getXSectionWidget ( 
	sectionCaption As String,
	widgetId As String
) As String
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
See Also