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.InternalAssembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax 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,
IDataContainerSee Also