Click or drag to resize
WidgetMetadata Class
Metadata of a widget definition.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcWidgetMetadata

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class WidgetMetadata

The WidgetMetadata type exposes the following members.

Constructors
  NameDescription
Public methodWidgetMetadata
Top
Properties
  NameDescription
Public propertyDefaultPropertiesUrl
URL of the widget definition to retrieve the default properties.
Public propertyDescription
Description of the registered widget.
Public propertyHasEditableProperties
Indicates whether the widget has at least one property which is decorated with EditingComponentAttribute
Public propertyHasProperties
Indicates that registered widget has properties.
Public propertyIconClass
Icon CSS class of the registered widget.
Public propertyMarkupUrl
URL of the widget definition to retrieve the markup.
Public propertyName
Name of the registered widget.
Public propertyPropertiesFormMarkupUrl
URL of the widget definition to retrieve the properties form markup.
Public propertyTypeIdentifier
Type widget identifier.
Top
See Also