EMTranslationResourceRepositoryAddResource 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
public void AddResource(
	string resourceID,
	string phrase
)

Parameters

resourceID
Type: SystemString
Human readable resource ID
phrase
Type: SystemString
English text for this resource ID

Implements

IEMTranslationResourceRepositoryAddResource(String, String)
See Also