Click or drag to resize
IPageTemplatePropertiesRetrieverTPropertiesType Interface

Note: This API is now obsolete.

Defines contract for retrieving a page template properties.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use 'IPageTemplatePropertiesRetriever' instead.")]
public interface IPageTemplatePropertiesRetriever<out TPropertiesType> : IComponentPropertiesRetriever<TPropertiesType>
where TPropertiesType : class, new(), IPageTemplateProperties

Type Parameters

TPropertiesType

The IPageTemplatePropertiesRetrieverTPropertiesType type exposes the following members.

Methods
See Also