PageBuilderOptionsDefaultSectionIdentifier Property |
Identifier of a default section for all areas.
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public string DefaultSectionIdentifier { get; set; }
Property Value
Type:
StringRemarks
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