Click or drag to resize
IssueRecipientsListExtenderGetFullNamesDataHandler Method
Returns dictionary of contacts' full name through issue. 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> GetFullNamesDataHandler(
	string type,
	IEnumerable<int> contactIds
)

Parameters

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

Return Value

Type: IGeneralIndexableInt32, IDataContainer
See Also