SubscriberInfoProviderDeleteSubscribers Method (String, Int32, Guid, Hashtable) |
Delete given subscribers.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static List<string> DeleteSubscribers(
string importString,
int siteId,
Guid processGuid = null,
Hashtable errors = null
)
Parameters
- importString
- Type: SystemString
String representation of subscribers in format 'email;firstName;lastName' - siteId
- Type: SystemInt32
Site ID - processGuid (Optional)
- Type: SystemGuid
Asynchronous process GUID - errors (Optional)
- Type: System.CollectionsHashtable
Hashtable with errors for asynchronous processing
Return Value
Type:
ListStringSee Also