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: SystemString
Unique identifier of the page template definition.
customViewName
Type: SystemString
Custom view name for the registered page template.
name
Type: SystemString
Name of the registered page template.
description
Type: SystemString
Description of the registered page template.
iconClass
Type: SystemString
Font-icon CSS class of the registered page template.
propertiesType
Type: SystemType
Type of the registered page template properties model.
See Also