Table of Contents

Class EmailTemplateEdit

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

General tab of the email template's edit page.

public sealed class EmailTemplateEdit : InfoEditPage<EmailTemplateInfo>, IPage
Inheritance
object
EmailTemplateEdit
Implements
Inherited Members
Extension Methods

Constructors

EmailTemplateEdit(IFormComponentMapper, IFormDataBinder)

Initializes a new instance of the EmailTemplateEdit class.

public EmailTemplateEdit(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder)

Parameters

formComponentMapper IFormComponentMapper
formDataBinder IFormDataBinder

Properties

ObjectId

ID of the email template.

[PageParameter(typeof(IntPageModelBinder))]
public override int ObjectId { get; set; }

Property Value

int

Methods

ConfigurePage()

Set up page's configuration. Configures the submit action.

public override Task ConfigurePage()

Returns

Task

GetFormItems()

Prepares form items for editing object of the specified ObjectType.

protected override Task<ICollection<IFormItem>> GetFormItems()

Returns

Task<ICollection<IFormItem>>

Returns the collection of form items.