Click or drag to resize
PageBuilderOptionsDefaultSectionIdentifier Property
Identifier of a default section for all areas.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public string DefaultSectionIdentifier { get; set; }

Property Value

Type: 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.
See Also