Table of Contents

Class PageBuilderOptions

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

Page builder options.

public class PageBuilderOptions
Inheritance
object
PageBuilderOptions
Extension Methods

Properties

ContentTypeNames

Specifies which content types are supported by the page builder.

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

Property Value

IEnumerable<string>

Remarks

If empty, no content types are considered as support for page 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.