Click or drag to resize

AddInParameterEditorAttribute Constructor (String, 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(
	string editorType,
	string options
)

Parameters

editorType
Type: SystemString
options
Type: SystemString
See Also