Click or drag to resize
SubscriberInfoProviderDeleteSubscribers Method (String, Int32, Guid, Hashtable)
Delete given subscribers.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
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: ListString
See Also