IPageTemplatePropertiesRetrieverTPropertiesType Interface |
Note: This API is now obsolete.
Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
[ObsoleteAttribute("Use 'IPageTemplatePropertiesRetriever' instead.")] public interface IPageTemplatePropertiesRetriever<out TPropertiesType> : IComponentPropertiesRetriever<TPropertiesType> where TPropertiesType : class, new(), IPageTemplateProperties
The IPageTemplatePropertiesRetrieverTPropertiesType type exposes the following members.
Name | Description | |
---|---|---|
Retrieve |
Retrieves component properties.
(Inherited from IComponentPropertiesRetrieverTPropertiesType.) |