IEMTranslationResourceRepository Interface

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public interface IEMTranslationResourceRepository

The IEMTranslationResourceRepository type exposes the following members.

Methods
NameDescription
Public methodAddOrUpdateTranslation
Adds or updates a translation for an existing EnglishText Phrase.
Public methodAddResource
Add a resource ID and an english phrase.
Public methodGetTranslationResources
Get a collection of translated resource strings and their resource IDs for a given language.
Public methodGetTranslationSummaries
Get a collection of translation resource summary items.
Public methodRemoveResourceID
Remove a resource ID.
Public methodRemoveResourcePhrase
Deletes an existing EnglishText Phrase and its associated translations.
Public methodUpdateResourcePhrase
Update an existing Phrase based on its ResourceID. Optionally associate existing translations with the new Phrase.
Public methodValidateTranslationResource
Validate that a Phrase can be processed for embedded resources.
Top
See Also