Click or drag to resize
SectionMetadata Class
Metadata of a section definition.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcSectionMetadata

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 SectionMetadata

The SectionMetadata type exposes the following members.

Constructors
  NameDescription
Public methodSectionMetadata
Top
Properties
  NameDescription
Public propertyDefaultPropertiesUrl
URL of the section definition to retrieve the default properties.
Public propertyDescription
Description of the registered section.
Public propertyHasProperties
Indicates whether the section has at least one property which is decorated with EditingComponentAttribute
Public propertyIconClass
Icon CSS class of the registered section.
Public propertyMarkupUrl
URL of the section definition to retrieve the markup.
Public propertyName
Name of the registered section.
Public propertyPropertiesFormMarkupUrl
URL of the section definition to retrieve the properties form markup.
Public propertyTypeIdentifier
Type section identifier.
Top
See Also