Click or drag to resize
DialogSetHtmlField Method
Set an IFrame HTML field's value.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void SetHtmlField(
	string xPath,
	string value = ""
)

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