Click or drag to resize

AddInParameterEditorAttribute Constructor (Type, String)

Initializes a new instance of the AddInParameterEditorAttribute class

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public AddInParameterEditorAttribute(
	Type editor,
	string options
)

Parameters

editor
Type: SystemType
options
Type: SystemString
See Also