Table of Contents

Class ContentTypeTemplateBindingEdit

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

Content type to email template binding page.

[UINavigation(false)]
public sealed class ContentTypeTemplateBindingEdit : InfoBindingPage<EmailTemplateContentTypeInfo, EmailTemplateInfo>, IPage
Inheritance
object
ContentTypeTemplateBindingEdit
Implements
Inherited Members
Extension Methods

Properties

EditedObjectId

Content type identifier.

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

Property Value

int

RemoveBindingButtonResourceKey

Resource key for tooltip of the button removing a binding.

protected override string RemoveBindingButtonResourceKey { get; }

Property Value

string

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

ValidatePage()

Validates the page state prior invocation of the ConfigurePage() method.

public override Task<PageValidationResult> ValidatePage()

Returns

Task<PageValidationResult>