Table of Contents

Class AllowedComponents

Namespace
Kentico.PageBuilder.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents predefined restrictions for components.

public static class AllowedComponents
Inheritance
object
AllowedComponents

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>