Click or drag to resize
IComponentPropertiesRetrieverRetrieveTPropertiesType Method
Retrieves component properties based on generic type.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
TPropertiesType Retrieve<TPropertiesType>()
where TPropertiesType : class, new(), IComponentProperties

Type Parameters

TPropertiesType
Type of the component properties.

Return Value

Type: TPropertiesType
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when, properties of given TPropertiesType cannot be retrieved.
See Also