Alterian Email Manager 6.2.3 SDK Help File
Represents an available translation.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMTranslation
<SerializableAttribute>
Public Class DMTranslation
[SerializableAttribute]
public ref class DMTranslation
[<SerializableAttribute>]
type DMTranslation = class end
DMLibrary.DMTranslation = function();
Type.createClass(
'DMLibrary.DMTranslation');
The DMTranslation type exposes the following members.
Fields | Name | Description |
---|
 | ID | ID of the translation. |
 | LanguageCode |
LanguageCode for this translation id.
|
 | Name | Name of the translation. |
Top
See Also