Click or drag to resize
IComponentPropertiesRetrieverTPropertiesType Interface
Provides an interface for retrieving component properties.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
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