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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static List<string> DeleteSubscribers(
	string importString,
	int siteId,
	Guid processGuid = null,
	ICollection<string> 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.Collections.GenericICollectionString
ICollection of errors with errors for asynchronous processing

Return Value

Type: ListString
See Also