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.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public IEnumerable<string> AllowedSections { get; set; }
Property Value
Type:
IEnumerableStringSee Also