 | GuiEditor Method (String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use MakeEditor instead.")]
public static string Editor(
string strName,
string strText
)
<ObsoleteAttribute("Use MakeEditor instead.")>
Public Shared Function Editor (
strName As String,
strText As String
) As String
Parameters
- strName
- Type: SystemString
- strText
- Type: SystemString
Return Value
Type:
String
See Also