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