Click or drag to resize
EmailWidgetInfoProviderGetEmailWidgetInfo Method (Int32)

Note: This API is now obsolete.

Returns EmailWidgetInfo with specified ID.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailWidgetInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailWidgetInfo.Provider.")]
public static EmailWidgetInfo GetEmailWidgetInfo(
	int id
)

Parameters

id
Type: SystemInt32
Email widget ID.

Return Value

Type: EmailWidgetInfo
See Also