| IDropDownParameterEditorRendererRender Method |
Namespace:
Dynamicweb.Extensibility.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax string Render(
DropDownParameterEditor dropDownParameterEditor,
ConfigurableAddIn addIn,
string name,
Object value,
Hashtable options,
string label
)
Function Render (
dropDownParameterEditor As DropDownParameterEditor,
addIn As ConfigurableAddIn,
name As String,
value As Object,
options As Hashtable,
label As String
) As String
Parameters
- dropDownParameterEditor
- Type: Dynamicweb.Extensibility.EditorsDropDownParameterEditor
- addIn
- Type: Dynamicweb.Extensibility.AddInsConfigurableAddIn
- name
- Type: SystemString
- value
- Type: SystemObject
- options
- Type: System.CollectionsHashtable
- label
- Type: SystemString
Return Value
Type:
StringSee Also