Click or drag to resize
IMessageExtendedTemplateFilter Interface

[This is preliminary documentation and is subject to change.]

Filter for Message Extended Templates

Namespace: Netadmin.Management.Provisioning.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IMessageExtendedTemplateFilter

The IMessageExtendedTemplateFilter type exposes the following members.

Properties
  NameDescription
Public propertyNullableT, T: BooleanEnabled
True for only enabled, false for only disabled. Null for any
Public propertyIEnumerableT, T: EventTypeEventTypes
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
Public propertyIEnumerableT, T: Int64Ids
Set to restrict filter to specific ids
Public propertyIEnumerableT, T: Int64MessageTypeIds
Set to restrict filter to specific message types
Public propertyStringName
Top
See Also