Click or drag to resize
IssueRecipientsListServiceGetContactsWithFullName Method
Returns contact full name for given contactIds

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<KeyValuePair<int, string>> GetContactsWithFullName(
	IEnumerable<int> contactIds
)

Parameters

contactIds
Type: System.Collections.GenericIEnumerableInt32
Contact ids

Return Value

Type: IEnumerableKeyValuePairInt32, String
Tuple collection - contact Id, contact full name
See Also