Table of Contents

Enum EmailConfigurationCommandResultStatus

Namespace
Kentico.Xperience.Admin.DigitalMarketing.UIPages
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Variants of the results status for the email configuration commands.

[JsonStringEnumCamelCaseConverter]
public enum EmailConfigurationCommandResultStatus
Extension Methods

Fields

Error = 0

Indicates that an error occurred when processing command.

Invalid = 1

Indicates that the command data is in invalid state.

Success = 2

Command succeeded without any error.