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