Click or drag to resize
Widget Class
Represents the configuration of a widget within the Widgets list.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.Issues.Widgets.ConfigurationWidget

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

The Widget type exposes the following members.

Constructors
  NameDescription
Public methodWidget
Creates an instance of Widget class.
Top
Properties
  NameDescription
Public propertyHasUnfilledRequiredProperty
Indicates that widget contains at least one unfilled required property.
Public propertyIdentifier
Identifier of the widget instance.
Public propertyProperties
Widget specific properties.
Public propertyTypeIdentifier
Identifier of the widget type.
Public propertyWidgetDefinitionNotFound
Indicates that widget definition was not properly loaded.
Top
See Also