Click or drag to resize
IssueInfoProviderIncreaseUnsubscribeCount Method
Increases the counter for issue unsubscriptions.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static void IncreaseUnsubscribeCount(
	int issueId
)

Parameters

issueId
Type: SystemInt32
ID of the issue that has been unsubscribed
See Also