PFWidgetBaseLoadSettings Method |
Loads JSON-serialized settings into this widget.
Namespace:
Packflow.Core.Widgets
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax protected abstract void LoadSettings(
JObject settings,
JsonSerializer serializer = null
)
Parameters
- settings
- Type: JObject
- serializer (Optional)
- Type: JsonSerializer
See Also