Click or drag to resize
WidgetContent Constructor (Guid, String, Boolean)
Creates an instance of WidgetContent class.

Namespace: CMS.Newsletters.Issues.Widgets.Content
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public WidgetContent(
	Guid identifier,
	string html,
	bool hasUnfilledRequiredProperty
)

Parameters

identifier
Type: SystemGuid
Widget identifier.
html
Type: SystemString
Widget HTML.
hasUnfilledRequiredProperty
Type: SystemBoolean
Widget contains at least one unfilled required property.
See Also