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

Namespace: CMS.Newsletters.Issues.Widgets.Content
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public WidgetContent(
	Guid identifier,
	bool widgetDefinitionNotFound
)

Parameters

identifier
Type: SystemGuid
Widget identifier.
widgetDefinitionNotFound
Type: SystemBoolean
Indicates that widget definition was not properly loaded.
See Also