IEMTranslationResourceRepositoryAddResource Method
|
Alterian Email Manager 6.2.3 SDK Help File
Add a resource ID and an english phrase.
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid AddResource(
string ResourceID,
string EnglishPhrase
)
Sub AddResource (
ResourceID As String,
EnglishPhrase As String
)
void AddResource(
String^ ResourceID,
String^ EnglishPhrase
)
abstract AddResource :
ResourceID : string *
EnglishPhrase : string -> unit
function AddResource(ResourceID, EnglishPhrase);
Parameters
- ResourceID
- Type: SystemString
Human readable resource ID - EnglishPhrase
- Type: SystemString
English text for this resource ID
See Also