|  | PanelgetXPanelTab Method | 
            Xpath for tab specified by the input text
            
 
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 getXPanelTab(
	string text
)
Public Shared Function getXPanelTab ( 
	text As String
) As String
public:
static String^ getXPanelTab(
	String^ text
)
Parameters
- text
- Type: SystemString
 The tab text
Return Value
Type: 
Stringformated XPath for the tab text passed in
 See Also
See Also