Click or drag to resize
PageTemplateDefinition Constructor
Creates an instance of the PageTemplateDefinition class.

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

Parameters

identifier
Type: SystemString
Unique identifier of the page template definition.
controllerType
Type: SystemType
Type of the registered page template controller.
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.
See Also