Click or drag to resize
PageTemplatesViewModelCustomPageTemplates Property
Custom page templates.

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 IEnumerable<CustomPageTemplateViewModel> CustomPageTemplates { get; set; }

Property Value

Type: IEnumerableCustomPageTemplateViewModel
See Also