Click or drag to resize
IMessageTemplateFilter Interface

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

Describes the possible filter options for message templates

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

The IMessageTemplateFilter type exposes the following members.

Properties
  NameDescription
Public propertyNullableT, T: CommunicationMethodCommunicationMethod
The communication method of the template
Public propertyIEnumerableT, T: Int64Ids
Id of the templates
Public propertyIEnumerableT, T: Int64MessageCategoryIds
Message categories of the templates
Public propertyStringName
Name of the template (starts with)
Public propertyIEnumerableT, T: StringNames
Names of the template (exact match)
Top
See Also