ICustomerManagerGetMessageCategories Method |
[This is preliminary documentation and is subject to change.]
Retrieves message categories for customers
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<long, IEnumerable<ICustomerMessageCategoryRelation>> GetMessageCategories(
IEnumerable<long> customerIds
)
Function GetMessageCategories (
customerIds As IEnumerable(Of Long)
) As IReadOnlyDictionary(Of Long, IEnumerable(Of ICustomerMessageCategoryRelation))
Parameters
- customerIds
- Type: System.Collections.GenericIEnumerableInt64
The ids of the customer for which to retrieve message categories
Return Value
Type:
IReadOnlyDictionaryInt64,
IEnumerableICustomerMessageCategoryRelationA read-only dictionary with the customer id as key and an IEnumerable of all category relations for that customer
See Also