Click or drag to resize
WidgetProperty Constructor
Creates an instance of WidgetProperty class.

Namespace: CMS.Newsletters.Issues.Widgets.Configuration
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public WidgetProperty(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of the widget property.
value
Type: SystemString
Value of the widget property.
See Also