IComponentPropertiesRetrieverRetrieveTPropertiesType Method |
Retrieves component properties based on generic type.
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax TPropertiesType Retrieve<TPropertiesType>()
where TPropertiesType : class, new(), IComponentProperties
Type Parameters
- TPropertiesType
- Type of the component properties.
Return Value
Type:
TPropertiesTypeExceptions Exception | Condition |
---|
InvalidOperationException | Thrown when, properties of given TPropertiesType cannot be retrieved. |
See Also