Dynamicweb 8 Documentation
Render(ConfigurableAddIn,String,Object,Hashtable) Method

Syntax
'Declaration
 
Public Overloads Overrides Function Render( _ 
   ByVal AddIn As ConfigurableAddIn, _ 
   ByVal Name As String, _ 
   ByVal Value As Object, _ 
   ByVal options As Hashtable _ 
) As String
public override string Render( 
   ConfigurableAddIn AddIn,
   string Name,
   object Value,
   Hashtable options 
)

Parameters

AddIn
Name
Value
options
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserParameterEditor Class
UserParameterEditor Members
Overload List
Base Implementation in Render(ConfigurableAddIn,String,Object,Hashtable)

Send Feedback