Click or drag to resize
IComponentPropertiesRetrieverRetrieve Method (Type)
Retrieves component properties based on given type.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
IComponentProperties Retrieve(
	Type propertiesType
)

Parameters

propertiesType
Type: SystemType

Return Value

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