Click or drag to resize

PFWidgetBaseToWidgetData Method

Returns a serializable PFWidgetData instance representing 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
C#
public PFWidgetData ToWidgetData(
	JsonSerializer serializer = null
)

Parameters

serializer (Optional)
Type: JsonSerializer

Return Value

Type: PFWidgetData
See Also