Class AllowedComponents
- Namespace
- Kentico.PageBuilder.Web.Mvc
- Assembly
- Kentico.Content.Web.Mvc.dll
Represents predefined restrictions for components.
public static class AllowedComponents
- Inheritance
-
objectAllowedComponents
Properties
ALL
The type represents no restriction, meaning that all components are allowed.
public static IEnumerable<string> ALL { get; }
Property Value
- IEnumerable<string>
NONE
The type represents a full restriction, meaning that none components are allowed.
public static IEnumerable<string> NONE { get; }
Property Value
- IEnumerable<string>