Click or drag to resize
WidgetProperty Class
Represents single property of a Widget within the Widgets list.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.Issues.Widgets.ConfigurationWidgetProperty

Namespace: CMS.Newsletters.Issues.Widgets.Configuration
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public sealed class WidgetProperty

The WidgetProperty type exposes the following members.

Constructors
  NameDescription
Public methodWidgetProperty
Creates an instance of WidgetProperty class.
Top
Properties
  NameDescription
Public propertyName
Name of the Widget property.
Public propertyValue
Value of the Widget property.
Top
See Also