Click or drag to resize
SubscriberImporterImportSubscribersToSite Method (Object)
Imports subscribers into site and/or newsletter. Used for asynchronous control.

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

Parameters

parameter
Type: SystemObject
Asynchronous parameters. [0] - String representation of imported subscribers [1] - List of int with newsletters' IDs where should be the subscribers added [2] - Integer with site ID [3] - Boolean. if true, subscribers with the same email are overwritten [4] - Boolean. Send confirmation email. [5] - Boolean. Indicates if existing users should not be subscribed. [6] - Boolean. Indicates if double opt-in is requested. [7] - Asynchronous process Guid. [8] - List with errors
See Also