Click or drag to resize
PageTemplateMetadata Class
Metadata of a page template definition.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.Mvc.PageTemplatesPageTemplateMetadata

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

The PageTemplateMetadata type exposes the following members.

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