ICustomerManagerSetMessageCategories Method |
[This is preliminary documentation and is subject to change.]
Sets message categories for customers. Note that this will remove any prior configuration for the customer
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid SetMessageCategories(
IReadOnlyDictionary<long, IEnumerable<ICustomerMessageCategoryRelation>> customerMessageCategories
)
Sub SetMessageCategories (
customerMessageCategories As IReadOnlyDictionary(Of Long, IEnumerable(Of ICustomerMessageCategoryRelation))
)
Parameters
- customerMessageCategories
- Type: System.Collections.GenericIReadOnlyDictionaryInt64, IEnumerableICustomerMessageCategoryRelation
A read-only dictionary with customer id as key and the message categories as values
Exceptions
See Also