PFWidgetTreeBuilderNodeToWidgetData Method |
Converts this widget 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 public virtual 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:
ListPFWidgetDataSee Also