Table of Contents

Class EmailTemplateContentTypeBindingEdit

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

Email template to content type binding page.

public sealed class EmailTemplateContentTypeBindingEdit : InfoBindingPage<EmailTemplateContentTypeInfo, ContentTypeInfo>, IPage
Inheritance
object
EmailTemplateContentTypeBindingEdit
Implements
Inherited Members
Extension Methods

Properties

EditedObjectId

Email template identifier.

[PageParameter(typeof(IntPageModelBinder), typeof(EmailTemplateEditSection))]
public override int EditedObjectId { get; set; }

Property Value

int

SourceBindingColumn

Column name of the binding object info that is reference to source object info identifier.

protected override string SourceBindingColumn { get; }

Property Value

string

TargetBindingColumn

Column name of the binding object info that is reference to target object info identifier.

protected override string TargetBindingColumn { get; }

Property Value

string

Methods

ConfigurePage()

Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.

public override Task ConfigurePage()

Returns

Task