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