Class EmailConfigurationCommandResultBase
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Base class for email configuration command results.
public abstract class EmailConfigurationCommandResultBase
- Inheritance
-
objectEmailConfigurationCommandResultBase
- Derived
- Extension Methods
Properties
EmailConfigurationState
Current email configuration state.
public EmailConfigurationState EmailConfigurationState { get; set; }
Property Value
Remarks
Available only when there is an existing email configuration for the context.
Status
Gets the status of the command result.
public EmailConfigurationCommandResultStatus Status { get; set; }
Property Value
TargetUrl
Target url to redirect to if the command was successful.
public string TargetUrl { get; set; }
Property Value
- string