  | TextEditorAddInEnableFrontendEditing Method (String, String, String, String) | 
  
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string EnableFrontendEditing(
	string content,
	string type,
	string id,
	string fieldName
)
Public Shared Function EnableFrontendEditing ( 
	content As String,
	type As String,
	id As String,
	fieldName As String
) As String
Parameters
- content
 - Type: SystemString
 - type
 - Type: SystemString
 - id
 - Type: SystemString
 - fieldName
 - Type: SystemString
 
Return Value
Type: 
String
See Also