DMTranslationPhrase Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a translated phrase.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMTranslationPhrase
Public Class DMTranslationPhrase
public ref class DMTranslationPhrase
type DMTranslationPhrase = class end
DMLibrary.DMTranslationPhrase = function();
Type.createClass(
'DMLibrary.DMTranslationPhrase');
The DMTranslationPhrase type exposes the following members.
Fields | Name | Description |
---|
 | Phrase | The translated phrase. |
 | PhraseHash | SHA1 hash of the phrase -- should be exactly 27 characters. |
Top
See Also