Try our conversational search powered by Generative AI!

Class DojoWidgetAttribute

Inheritance
System.Object
DojoWidgetAttribute
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 12.0.3
Syntax
public sealed class DojoWidgetAttribute : Attribute

Constructors

DojoWidgetAttribute()

Declaration
public DojoWidgetAttribute()

Properties

AdditionalOptions

Declaration
public string AdditionalOptions { get; set; }
Property Value
Type Description
System.String

DefaultValue

Declaration
public object DefaultValue { get; set; }
Property Value
Type Description
System.Object

Ignore

Declaration
public bool Ignore { get; set; }
Property Value
Type Description
System.Boolean

LabelTranslationKey

Declaration
public string LabelTranslationKey { get; set; }
Property Value
Type Description
System.String

SelectionFactoryType

Declaration
public Type SelectionFactoryType { get; set; }
Property Value
Type Description
System.Type

WidgetPackage

Declaration
public string WidgetPackage { get; set; }
Property Value
Type Description
System.String

WidgetType

Declaration
public string WidgetType { get; set; }
Property Value
Type Description
System.String

Extension Methods