Click or drag to resize

ParameterEditorRender Method (ConfigurableAddIn, String, Object, Hashtable, String)

Namespace:  Dynamicweb.Extensibility.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual string Render(
	ConfigurableAddIn addIn,
	string name,
	Object value,
	Hashtable options,
	string label
)

Parameters

addIn
Type: Dynamicweb.Extensibility.AddInsConfigurableAddIn
name
Type: SystemString
value
Type: SystemObject
options
Type: System.CollectionsHashtable
label
Type: SystemString

Return Value

Type: String
See Also