Click or drag to resize
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.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetMessageCategories(
	IReadOnlyDictionary<long, IEnumerable<ICustomerMessageCategoryRelation>> customerMessageCategories
)

Parameters

customerMessageCategories
Type: System.Collections.GenericIReadOnlyDictionaryInt64, IEnumerableICustomerMessageCategoryRelation
A read-only dictionary with customer id as key and the message categories as values
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if an attempt is made to disable a mandatory configuration
See Also