Click or drag to resize

PFLayoutWidgetBuilderNodeTChildrenLayoutToWidgetData Method

Converts this widget tree into a serializable list of PFWidgetData instances.

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 override List<PFWidgetData> ToWidgetData(
	JsonSerializer serializer = null
)

Parameters

serializer (Optional)
Type: JsonSerializer
Optional. The JSON serializer that should be used for JSON serialization.

Return Value

Type: ListPFWidgetData
See Also