EMTranslationResourceRepositoryAddResource 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
Syntaxpublic void AddResource(
string resourceID,
string phrase
)
Public Sub AddResource (
resourceID As String,
phrase As String
)
public:
virtual void AddResource(
String^ resourceID,
String^ phrase
) sealed
abstract AddResource :
resourceID : string *
phrase : string -> unit
override AddResource :
resourceID : string *
phrase : string -> unit
function AddResource(resourceID, phrase);
Parameters
- resourceID
- Type: SystemString
Human readable resource ID - phrase
- Type: SystemString
English text for this resource ID
Implements
IEMTranslationResourceRepositoryAddResource(String, String)
See Also