Click or drag to resize
SubscriberInfoProviderRemoveSubscriptions Method (Object)
Unsubscribe subscribers from specified newsletters. Used for asynchronous control.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void RemoveSubscriptions(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Parameters for asynchronous control. [0] - String representation of subscribers in format 'email;firstName;lastName'. [1] - List of int with newsletter IDs where should be the subscribers removed from [2] - Integer with site ID [3] - Boolean value indicating if confirmation e-mail should be sent [4] - Asynchronous process Guid [5] - List of errors for asynchronous process
See Also