Click or drag to resize
ICustomerManagerGetMessageCategories Method

[This is preliminary documentation and is subject to change.]

Retrieves message categories for customers

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IEnumerable<ICustomerMessageCategoryRelation>> GetMessageCategories(
	IEnumerable<long> customerIds
)

Parameters

customerIds
Type: System.Collections.GenericIEnumerableInt64
The ids of the customer for which to retrieve message categories

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableICustomerMessageCategoryRelation
A read-only dictionary with the customer id as key and an IEnumerable of all category relations for that customer
See Also