SubscriberImporterImportSubscribersToSite Method (Object) |
Imports subscribers into site and/or newsletter. Used for asynchronous control.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax 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] - Hashtable with errors
See Also