Click or drag to resize

PFWidget_QuickAccessLoadSettingsFromHtml Method

Loads the settings from HTML values.

Example: this.SourceUrl = data.TryGetValue("SourceUrl")

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

Parameters

data
Type: System.Collections.GenericDictionaryString, String
See Also