Click or drag to resize
WidgetContent Class
Represents the content of a widget.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.Issues.Widgets.ContentWidgetContent

Namespace: CMS.Newsletters.Issues.Widgets.Content
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public sealed class WidgetContent

The WidgetContent type exposes the following members.

Constructors
  NameDescription
Public methodWidgetContent(Guid, Boolean)
Creates an instance of WidgetContent class without the HTML.
Public methodWidgetContent(Guid, String, Boolean)
Creates an instance of WidgetContent class.
Top
Properties
  NameDescription
Public propertyHasUnfilledRequiredProperty
Indicates that widget contains at least one unfilled required property.
Public propertyHtml
Widget HTML.
Public propertyIdentifier
Identifier of the widget instance.
Public propertyWidgetDefinitionNotFound
Indicates that widget definition was not properly loaded.
Top
See Also