Click or drag to resize

OptionAttribute Class

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.Content.Items.AnnotationsOptionAttribute

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true, Inherited = false)]
public class OptionAttribute : Attribute

The OptionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodOptionAttribute(String)
Initializes a new instance of the OptionAttribute class
Public methodOptionAttribute(String, String)
Initializes a new instance of the OptionAttribute class
Public methodOptionAttribute(String, String, String)
Initializes a new instance of the OptionAttribute class
Top
Properties
  NameDescription
Public propertyIcon
Public propertyLabel
Public propertyValue
Top
See Also