Click or drag to resize

PFWidgetAttribute Constructor

Creates a new instance of PFWidgetAttribute

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 PFWidgetAttribute(
	string globalName,
	bool isRestrictedToDevelopers = false
)

Parameters

globalName
Type: SystemString
The widget global name.
isRestrictedToDevelopers (Optional)
Type: SystemBoolean
See Also