EMTranslationResourceRepositoryGetRawTranslationResources Method

Alterian Email Manager 6.2.3 SDK Help File
Get the raw translation resources with embedded resource tags and ordinal comments

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

Syntax
public List<EMTranslationResource> GetRawTranslationResources(
	int translationID
)

Parameters

translationID
Type: SystemInt32
the language to retrieve.

Return Value

Type: ListEMTranslationResource
A collection of translation resources.
See Also