Click or drag to resize
Widget Constructor
Creates an instance of Widget class.

Namespace: CMS.Newsletters.Issues.Widgets.Configuration
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public Widget(
	Guid identifier,
	Guid typeIdentifier
)

Parameters

identifier
Type: SystemGuid
Widget identifier representing the instance.
typeIdentifier
Type: SystemGuid
Widget type identifier.
See Also