DMTranslationMethodsGetTranslationResource Method

Alterian Email Manager 6.2.3 SDK Help File
Gets a List of Translation Resource strings and IDs

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

Syntax
public static IList<EMTranslationResource> GetTranslationResource(
	DMToken userToken,
	int translationID
)

Parameters

userToken
Type: DMToken
Authentication Token.
translationID
Type: SystemInt32
ID of the requested Language. Set To 1 for Default.

Return Value

Type: IListEMTranslationResource
A collection of Translation Resource strings and IDs
See Also