Click or drag to resize
AllowedComponents Class
Represents predefined restrictions for components.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcAllowedComponents

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class AllowedComponents

The AllowedComponents type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberALL
The type represents no restriction, meaning that all components are allowed.
Public propertyStatic memberNONE
The type represents a full restriction, meaning that none components are allowed.
Top
See Also