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