EMTranslationResource Constructor (String, String, String)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMTranslationResource(
string phraseHash,
string translatedPhrase,
string resourceID
)
Public Sub New (
phraseHash As String,
translatedPhrase As String,
resourceID As String
)
public:
EMTranslationResource(
String^ phraseHash,
String^ translatedPhrase,
String^ resourceID
)
new :
phraseHash : string *
translatedPhrase : string *
resourceID : string -> EMTranslationResource
DMLibrary.EMTranslationResource = function(phraseHash, translatedPhrase, resourceID);
Parameters
- phraseHash
- Type: SystemString
- translatedPhrase
- Type: SystemString
- resourceID
- Type: SystemString
See Also