|  | FunctionalAreaOpenLinkToPanel Method | 
            Click on the functional area link that navigates to a panel.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void OpenLinkToPanel(
	string groupCaption,
	string linkCaption,
	string headerText
)
Public Shared Sub OpenLinkToPanel ( 
	groupCaption As String,
	linkCaption As String,
	headerText As String
)
public:
static void OpenLinkToPanel(
	String^ groupCaption, 
	String^ linkCaption, 
	String^ headerText
)
Parameters
- groupCaption
- Type: SystemString
 The group header caption of the task.
- linkCaption
- Type: SystemString
 The caption of the task link.
- headerText
- Type: SystemString
 The header caption of the desired panel to navigate to.
 See Also
See Also