  | DialogSetHtmlField Method  | 
            Set an IFrame HTML field's value.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void SetHtmlField(
	string xPath,
	string value = ""
)
Public Shared Sub SetHtmlField ( 
	xPath As String,
	Optional value As String = ""
)
public:
static void SetHtmlField(
	String^ xPath, 
	String^ value = L""
)
Parameters
- xPath
 - Type: SystemString
The xPath of the IFrame.  Advised to use Dialog.getXIFrame() - value (Optional)
 - Type: SystemString
The value to set in the HTML body of the IFrame. 
See Also