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.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
void UpdateResourcePhrase(
	string ResourceID,
	string OldEnglishText,
	string NewEnglishText,
	bool 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