Table of Contents

Class FormAfterSubmitProcessModel

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

Represent a general properties form.

[Obsolete("This class is obsolete and will be removed in the future versions. Use FormAutoresponderModel or FormAutomationModel instead.")]
public class FormAfterSubmitProcessModel
Inheritance
object
FormAfterSubmitProcessModel
Derived
Extension Methods

Properties

AutomationProcesses

Identifiers of automation processes related to the form.

[Obsolete("This property's location has been changed and can now be found in FormAutomationModel. It will be removed from this location in the future versions.")]
[ObsoleteSince(29, 7)]
public IEnumerable<Guid> AutomationProcesses { get; set; }

Property Value

IEnumerable<Guid>

AutoresponderEmailSource

Indicates the source of autoresponder email.

[RequiredValidationRule]
public string AutoresponderEmailSource { get; set; }

Property Value

string

AutoresponderSelectedEmail

Email to be sent as autoresponder mail.

[VisibleIfEqualTo("AutoresponderEmailSource", "EMAILS")]
[RequiredValidationRule]
public IEnumerable<EmailRelatedItem> AutoresponderSelectedEmail { get; set; }

Property Value

IEnumerable<EmailRelatedItem>