Click or drag to resize
IssueRecipientsListServiceGetContactsAndContactGroups Method
Returns contact group for given issue id and contact ids.

Namespace: CMS.Newsletters.Web.UI.Internal
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<Tuple<int, string>> GetContactsAndContactGroups(
	IEnumerable<int> contactIds,
	int issueId
)

Parameters

contactIds
Type: System.Collections.GenericIEnumerableInt32
Contact ids
issueId
Type: SystemInt32
Issue id

Return Value

Type: IEnumerableTupleInt32, String
Tuple collection - contactId, ContactGroupDisplayName
See Also