WidgetDefinition Constructor |
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public WidgetDefinition(
string identifier,
Type controllerType,
string name,
string description,
string iconClass
)
Parameters
- identifier
- Type: SystemString
Unique identifier of the widget definition. - controllerType
- Type: SystemType
Type of the registered widget controller. - name
- Type: SystemString
Name of the registered widget. - description
- Type: SystemString
Description of the registered widget. - iconClass
- Type: SystemString
Font-icon CSS class of the registered widget.
See Also