Click or drag to resize
PageTemplateDefinition Constructor (String, String, String, String, String, Type)
Creates an instance of the PageTemplateDefinition class with custom view and without custom controller assigned to the page template. The default system controller is used instead.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public PageTemplateDefinition(
	string identifier,
	string customViewName,
	string name,
	string description,
	string iconClass,
	Type propertiesType
)

Parameters

identifier
Type: System.String
Unique identifier of the page template definition.
customViewName
Type: System.String
Custom view name for the registered page template.
name
Type: System.String
Name of the registered page template.
description
Type: System.String
Description of the registered page template.
iconClass
Type: System.String
Font-icon CSS class of the registered page template.
propertiesType
Type: System.Type
Type of the registered page template properties model.
See Also