IEMTranslationResourceRepositoryAddResource Method

Alterian Email Manager 6.2.3 SDK Help File
Add a resource ID and an english phrase.

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

Syntax
void AddResource(
	string ResourceID,
	string EnglishPhrase
)

Parameters

ResourceID
Type: SystemString
Human readable resource ID
EnglishPhrase
Type: SystemString
English text for this resource ID
See Also