Table of Contents

Class EmailBuilderOptions

Namespace
Kentico.EmailBuilder.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Email builder options.

public sealed class EmailBuilderOptions
Inheritance
object
EmailBuilderOptions
Extension Methods

Constructors

EmailBuilderOptions()

public EmailBuilderOptions()

Properties

AllowedEmailContentTypeNames

Specifies which email content types support the email builder.

public IEnumerable<string> AllowedEmailContentTypeNames { get; set; }

Property Value

IEnumerable<string>

Remarks

If empty, no content types are considered supporting the email builder.

DefaultSectionIdentifier

Identifier of a default section for all areas.

public string DefaultSectionIdentifier { get; set; }

Property Value

string

Remarks

This property is required and needs to be provided to define default section for all editable areas. In case this property is not set and RegisterDefaultSection is set to true, built-in default section identifier is set.

RegisterDefaultSection

Indicates if built-in default section should be registered.

public bool RegisterDefaultSection { get; set; }

Property Value

bool

Remarks

If set to true then default section is registered. Defaults to true.