Click or drag to resize
IWidgetPropertiesRetrieverTPropertiesType Interface

Note: This API is now obsolete.

Provides an interface for retrieving widget properties.

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

Type Parameters

TPropertiesType
Type of the widget properties.

The IWidgetPropertiesRetrieverTPropertiesType type exposes the following members.

Methods
  NameDescription
Public methodRetrieve
Retrieves widget properties.
Top
See Also