| AddInParameterEditorAttribute Constructor (String, String) |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public AddInParameterEditorAttribute(
string editorType,
string options
)
Public Sub New (
editorType As String,
options As String
)
Parameters
- editorType
- Type: SystemString
- options
- Type: SystemString
See Also