IEMTranslationResourceRepositoryUpdateResourcePhrase Method
|
Alterian Email Manager 6.2.3 SDK Help File
Update an existing Phrase based on its ResourceID.
Optionally associate existing translations with the new Phrase.
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid UpdateResourcePhrase(
string ResourceID,
string OldEnglishText,
string NewEnglishText,
bool MigrateExistingTranslations
)
Sub UpdateResourcePhrase (
ResourceID As String,
OldEnglishText As String,
NewEnglishText As String,
MigrateExistingTranslations As Boolean
)
void UpdateResourcePhrase(
String^ ResourceID,
String^ OldEnglishText,
String^ NewEnglishText,
bool MigrateExistingTranslations
)
abstract UpdateResourcePhrase :
ResourceID : string *
OldEnglishText : string *
NewEnglishText : string *
MigrateExistingTranslations : bool -> unit
function UpdateResourcePhrase(ResourceID, OldEnglishText, NewEnglishText, MigrateExistingTranslations);
Parameters
- ResourceID
- Type: SystemString
Human readable resource ID - OldEnglishText
- Type: SystemString
The English Text phrase that is being replaced. - NewEnglishText
- Type: SystemString
the updated English Text phrase. - MigrateExistingTranslations
- Type: SystemBoolean
Set to "true" to associate any existing translations for the old phrase with the new phrase.
See Also