Click or drag to resize

PFWidgetAttributeGlobalName Property

The widget global name. This is a unique string identifier that allow the correlation between the javascript widget react component, the C# widget class and persisted widgets in the database.

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 string GlobalName { get; }

Property Value

Type: String
See Also