DocumentEncodingEncodingList Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns a list of all available encodings

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string EncodingList()

Return Value

Type: String
XML

<xml><languages><language encoding="Short name" codepage="NNN" familycodepage="NNNN">Full name</language>
                  <!-- more entires follows-->
              </languages></xml>
Integer: the code page of the encoding; e.g. 1256
ValueDescription
encoding attributeString: the short name of the encoding; e.g. windows-1256
codepage attribute
familycodepageInteger: the code page of the encoding family; e.g. 1256
Element valueString: The display name of the encoding; e.g. Arabic (Windows)
See Also

Reference