Click or drag to resize
ViewCustomizableComponentDefinition Constructor (String, Type, String, String, String)
Creates a definition of a component which uses a custom controller for rendering.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected ViewCustomizableComponentDefinition(
	string identifier,
	Type controllerType,
	string name,
	string description,
	string iconClass
)

Parameters

identifier
Type: SystemString
Unique identifier of the component definition.
controllerType
Type: SystemType
Type of the registered component controller.
name
Type: SystemString
Name of the registered component.
description
Type: SystemString
Description of the registered component.
iconClass
Type: SystemString
Font-icon CSS class of the registered component.
See Also