| IMessageTemplate Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Messaging.Dto
The IMessageTemplate type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| CommunicationMethod | CommunicationMethod |
The communication method for the template
| |
| String | Content |
Content for the template, required
| |
| String | Description |
Description of the template, optional, can be null
| |
| String | Headline |
Headline of the template, optional, can be null
| |
| Int64 | Id |
Internal database id
| |
| Int64 | MessageCategoryId |
The message category for the template
| |
| String | Name |
Name of the template, required
|