| IMessageExtendedTemplateFilter Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning.Dto
The IMessageExtendedTemplateFilter type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| NullableT, T: Boolean | Enabled |
True for only enabled, false for only disabled. Null for any
| |
| IEnumerableT, T: EventType | EventTypes |
OR relation between each entry in the IEnumerable. AND relation can be accomplished by using bitwise or (single | in C#) using multiple event types in the same IEnumerable entry
| |
| IEnumerableT, T: Int64 | Ids |
Set to restrict filter to specific ids
| |
| IEnumerableT, T: Int64 | MessageTypeIds |
Set to restrict filter to specific message types
| |
| String | Name |