Click or drag to resize
IssueRecipientsListExtenderGetStatusesDataHandler Method
Returns dictionary of contact groups per contact through issue contact group assignment. Key of the dictionary is the ID of contact.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected IGeneralIndexable<int, IDataContainer> GetStatusesDataHandler(
	string type,
	IEnumerable<int> contactIds
)

Parameters

type
Type: SystemString
Object type (ignored).
contactIds
Type: System.Collections.GenericIEnumerableInt32
IDs of contacts for which status is to be filled with.

Return Value

Type: IGeneralIndexableInt32, IDataContainer
See Also