SubscriberInfoProviderExportSubscribersFromSite Method (ListInt32, Int32, Boolean, Int32) |
Export subscribers from specified newsletters.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static string ExportSubscribersFromSite(
List<int> newsletterIds,
int siteId,
bool emptyMeansAll,
int subscriptionApproved
)
Parameters
- newsletterIds
- Type: System.Collections.GenericListInt32
Newsletters' IDs - siteId
- Type: SystemInt32
Site ID - emptyMeansAll
- Type: SystemBoolean
If true, empty array of newsletters' IDs means all subscribers are exported - subscriptionApproved
- Type: SystemInt32
0 = all subscriptions, 1 = approved subscriptions, 2 = not approved subscriptions
Return Value
Type:
StringSee Also