Click or drag to resize
ComponentControllerTPropertiesTypeGetProperties Method

Note: This API is now obsolete.

Gets properties of a component based on TPropertiesType type.

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Kentico.PageBuilder.Web.Mvc.IComponentPropertiesRetriever<TPropertiesType> to retrieve properties for a widget or a section. Use Kentico.PageBuilder.Web.Mvc.IPageTemplatePropertiesRetriever<TPropertiesType> to retrieve properties for a page template.")]
protected internal TPropertiesType GetProperties()

Return Value

Type: TPropertiesType
Exceptions
ExceptionCondition
InvalidOperationExceptionThrows when the component properties cannot be retrieved.
See Also