Class AllowedComponents
- Namespace
- Kentico.EmailBuilder.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>