Click or drag to resize

IPFWidgetSettingsHtmlStorableLoadSettingsFromHtml Method

Loads the settings from HTML.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
void LoadSettingsFromHtml(
	Dictionary<string, string> data
)

Parameters

data
Type: System.Collections.GenericDictionaryString, String
The settings in a Key/Value dictionary.
See Also