IEMTranslationResourceRepositoryGetTranslationResources Method

Alterian Email Manager 6.2.3 SDK Help File
Get a collection of translated resource strings and their resource IDs for a given language.

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

Syntax
IList<EMTranslationResource> GetTranslationResources(
	int TranslationID
)

Parameters

TranslationID
Type: SystemInt32
The Language ID to get.

Return Value

Type: IListEMTranslationResource
See Also