Click or drag to resize
IMessageCategory Interface

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

Defines a message category for customers

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

The IMessageCategory type exposes the following members.

Properties
  NameDescription
Public propertyStringDescription
Description for the category (optional, can be null)
Public propertyBooleanEmailDefault
True if email should be default enabled. Must be true if Mandatory
Public propertyBooleanEmailMandatory
True if email is mandatory. If true, Default must also be true
Public propertyInt64Id
Netadmin database id
Public propertyStringName
Name of the category (required, unique)
Public propertyBooleanSmsDefault
True if sms should be default enabled. Must be true if Mandatory
Public propertyBooleanSmsMandatory
True if sms is mandatory. If true, Default must also be true
Top
See Also