Click or drag to resize
IssueRecipientsListServiceGetUnsubscribedContactsIds Method
Filters unsubscribed contact ids for given newsletter id.

Namespace: CMS.Newsletters.Web.UI.Internal
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public IList<int> GetUnsubscribedContactsIds(
	IList<int> contactIds,
	int newsletterId
)

Parameters

contactIds
Type: System.Collections.GenericIListInt32
Contact ids
newsletterId
Type: SystemInt32
Newsletter id

Return Value

Type: IListInt32
Contact ids
See Also