Click or drag to resize

PFWidgetBaseInitFromJson Method

Init this widget using its id and its serialized JSON settings.

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void InitFromJson(
	string id,
	JObject settings = null
)

Parameters

id
Type: SystemString
settings (Optional)
Type: JObject
See Also