Click or drag to resize

PFWidgetFactoryGetWidget Method (PFSite, PFWidgetData)

Resolves the PFWidgetBase derived class matching the given global name and returns a new instance from the given PFWidgetData.

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 static PFWidgetBase GetWidget(
	PFSite site,
	PFWidgetData widgetData
)

Parameters

site
Type: Packflow.CorePFSite
The current site
widgetData
Type: Packflow.Core.WidgetsPFWidgetData

Return Value

Type: PFWidgetBase
See Also