Click or drag to resize
CustomPageTemplateViewModel Class
Custom page templates view model.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.Mvc.PageTemplates.InternalCustomPageTemplateViewModel

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

The CustomPageTemplateViewModel type exposes the following members.

Constructors
  NameDescription
Public methodCustomPageTemplateViewModel
Top
Properties
  NameDescription
Public propertyDescription
Page template description.
Public propertyIdentifier
Page template identifier.
Public propertyImagePath
Path to the thumbnail image.
Public propertyName
Page template name.
Top
See Also