Click or drag to resize
PageTemplateDefinitionPropertiesType Property
Type of the registered page template properties model.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Type PropertiesType { get; }

Property Value

Type: Type
Remarks
The type needs to implement the IPageTemplateProperties interface.
See Also