Click or drag to resize
ComponentsMetadata Class
Metadata of component definitions used within Page builder feature.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcComponentsMetadata

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class ComponentsMetadata

The ComponentsMetadata type exposes the following members.

Constructors
  NameDescription
Public methodComponentsMetadata
Creates an instance of ComponentsMetadata class.
Top
Properties
  NameDescription
Public propertyPageTemplates
List of page templates metadata.
Public propertyPersonalizationConditionTypes
List of personalization condition types metadata.
Public propertySections
List of sections metadata.
Public propertyWidgets
List of widgets metadata.
Top
See Also