|  | PanelgetXSpan Method | 
            Given the unique HTML element ids of a dialog and span, return a unique identifier XPath
            to find the SPAN field.
            
 
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 getXSpan(
	string dialogId,
	string spanId
)
Public Shared Function getXSpan ( 
	dialogId As String,
	spanId As String
) As String
public:
static String^ getXSpan(
	String^ dialogId, 
	String^ spanId
)
Parameters
- dialogId
- Type: SystemString
 The dialog's unique id identifier - i.e. '_EventSummaryViewForm3'
- spanId
- Type: SystemString
 The SPAN element's unique id identifier - i.e. '_LOCATION_value'
Return Value
Type: 
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSpan(System.String,System.String)"]
 See Also
See Also