DMTranslationPhraseWithEnglish Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a translated phrase with the corresponding english phrase.
Inheritance Hierarchy
SystemObject
  DMLibraryDMTranslationPhraseWithEnglish

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMTranslationPhraseWithEnglish

The DMTranslationPhraseWithEnglish type exposes the following members.

Fields
NameDescription
Public fieldEnglishPhrase
The phrase in English.
Public fieldPhraseHash
SHA1 hash of the phrase -- should be exactly 27 characters.
Public fieldTranslatedPhrase
The translated phrase.
Top
See Also