Click or drag to resize
IssueInfoProviderSetIssueInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IIssueInfoProvider.Set(IssueInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - IssueInfo.Provider.")]
public static void SetIssueInfo(
	IssueInfo issue
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue to set
See Also