Click or drag to resize

AddInParameterEditorAttribute Class

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.Extensibility.AddInsAddInParameterEditorAttribute

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false, 
	Inherited = true)]
public sealed class AddInParameterEditorAttribute : Attribute

The AddInParameterEditorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAddInParameterEditorAttribute(String, String)
Initializes a new instance of the AddInParameterEditorAttribute class
Public methodAddInParameterEditorAttribute(Type, String)
Initializes a new instance of the AddInParameterEditorAttribute class
Top
Properties
  NameDescription
Public propertyEditorType
Public propertyOptions
Top
See Also