Click or drag to resize
IssueInfoProviderSetIssueInfo Method
Sets (updates or inserts) specified issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static void SetIssueInfo(
	IssueInfo issue
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue to set
See Also