Click or drag to resize
IComponentPropertiesRetrieverTPropertiesType Interface

Note: This API is now obsolete.

Provides an interface for retrieving component properties.

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

Type Parameters

TPropertiesType
Type of the section properties.

The IComponentPropertiesRetrieverTPropertiesType type exposes the following members.

Methods
  NameDescription
Public methodRetrieve
Retrieves component properties.
Top
See Also