| IMessageCategory Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Messaging.Dto
The IMessageCategory type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | Description |
Description for the category (optional, can be null)
| |
| Boolean | EmailDefault |
True if email should be default enabled. Must be true if Mandatory
| |
| Boolean | EmailMandatory |
True if email is mandatory. If true, Default must also be true
| |
| Int64 | Id |
Netadmin database id
| |
| String | Name |
Name of the category (required, unique)
| |
| Boolean | SmsDefault |
True if sms should be default enabled. Must be true if Mandatory
| |
| Boolean | SmsMandatory |
True if sms is mandatory. If true, Default must also be true
|