Click or drag to resize

PFWidgetGetSettingHtml Method

Appends the widget's setting to the specified builder, in HTML format.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void GetSettingHtml(
	HtmlBuilder builder,
	string settingsName,
	string settingValue
)

Parameters

builder
Type: MicaSystems.UtilsHtmlBuilder
settingsName
Type: SystemString
settingValue
Type: SystemString
See Also