Click or drag to resize
PageTemplatesSelectorViewModel Class
Model for page template selector encapsulating custom and default templates list along with smart tip.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.Mvc.PageTemplates.InternalPageTemplatesSelectorViewModel

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 PageTemplatesSelectorViewModel

The PageTemplatesSelectorViewModel type exposes the following members.

Constructors
  NameDescription
Public methodPageTemplatesSelectorViewModel
Top
Properties
  NameDescription
Public propertyHasCustomTemplates
Indicates presence of custom templates in Templates.
Public propertyHasDefaultTemplates
Indicates presence of default templates in Templates.
Public propertyInfoMessage
Text of the info label displayed in selector.
Public propertyTemplates
Encapsulates list of custom and default templates.
Top
See Also