Click or drag to resize
EditableAreaOptionsAllowedSections Property
Identifiers of allowed sections in the area. All sections are allowed by default. Use NONE or EmptyTResult if no sections are allowed; or ALL if all sections are allowed.

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

Property Value

Type: IEnumerableString
See Also