  | TextEditorAddInRender Method (String, Int32, Int32, String, String, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic abstract string Render(
	string name,
	int width,
	int height,
	string value,
	string css,
	string skinPath,
	bool encodeOutput
)
Public MustOverride Function Render ( 
	name As String,
	width As Integer,
	height As Integer,
	value As String,
	css As String,
	skinPath As String,
	encodeOutput As Boolean
) As String
Parameters
- name
 - Type: SystemString
 - width
 - Type: SystemInt32
 - height
 - Type: SystemInt32
 - value
 - Type: SystemString
 - css
 - Type: SystemString
 - skinPath
 - Type: SystemString
 - encodeOutput
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also