Table of Contents

Class EmailMarketingEmailEditor

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.dll
[Obsolete("Use 'Dynamicweb.EmailMarketing.Editors.EmailEditor, Dynamicweb.EmailMarketing' instead.")]
public class EmailMarketingEmailEditor : ParameterEditor
Inheritance
EmailMarketingEmailEditor
Inherited Members

Methods

Render(ConfigurableAddIn, string, object, Hashtable)

Renders the editor.
[Obsolete("Do not use.")]
public override string Render(ConfigurableAddIn AddIn, string Name, object Value, Hashtable options)

Parameters

AddIn ConfigurableAddIn
Name string
Value object
options Hashtable
Drop-down options.

Returns

string
Editor contents.

Render(ConfigurableAddIn, string, object, Hashtable, string)

Renders the editor.
[Obsolete("Do not use.")]
public override string Render(ConfigurableAddIn AddIn, string Name, object Value, Hashtable options, string Label)

Parameters

AddIn ConfigurableAddIn
Name string
Value object
options Hashtable
Drop-down options.
Label string

Returns

string
Editor contents.
To top