 | GuiEncodingList Method (String, String, Boolean, String, Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("dWsqlmode is no longer used.")]
public static string EncodingList(
string selectedCharset,
string name,
bool cdo,
string dWsqlmode = "ms_access",
bool standardBlank = false
)
<ObsoleteAttribute("dWsqlmode is no longer used.")>
Public Shared Function EncodingList (
selectedCharset As String,
name As String,
cdo As Boolean,
Optional dWsqlmode As String = "ms_access",
Optional standardBlank As Boolean = false
) As String
Parameters
- selectedCharset
- Type: SystemString
- name
- Type: SystemString
- cdo
- Type: SystemBoolean
- dWsqlmode (Optional)
- Type: SystemString
- standardBlank (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also