Click or drag to resize
RecipientStatusCalculatorGetStatuses Method
Returns dictionary of subscriber ids filled with data for ObjectTransformation. Key of the dictionary is the ID of subscriber.

Namespace: CMS.Newsletters.Web.UI.Internal
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public SafeDictionary<int, IDataContainer> GetStatuses(
	IEnumerable<int> subscriberIds
)

Parameters

subscriberIds
Type: System.Collections.GenericIEnumerableInt32
IDs of subscribers which the dictionary is to be filled with.

Return Value

Type: SafeDictionaryInt32, IDataContainer
See Also