Click or drag to resize

PFWidgetBaseGetSettings Method

Returns a JSON representation of this widget settings that later be loaded using LoadSettings(JObject, JsonSerializer)

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected abstract JObject GetSettings(
	JsonSerializer serializer = null
)

Parameters

serializer (Optional)
Type: JsonSerializer

Return Value

Type: JObject
See Also