IEMTranslationResourceRepositoryValidateTranslationResource Method
|
Alterian Email Manager 6.2.3 SDK Help File
Validate that a Phrase can be processed for embedded resources.
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid ValidateTranslationResource(
int TranslationID,
string ResourceID,
string Phrase
)
Sub ValidateTranslationResource (
TranslationID As Integer,
ResourceID As String,
Phrase As String
)
void ValidateTranslationResource(
int TranslationID,
String^ ResourceID,
String^ Phrase
)
abstract ValidateTranslationResource :
TranslationID : int *
ResourceID : string *
Phrase : string -> unit
function ValidateTranslationResource(TranslationID, ResourceID, Phrase);
Parameters
- TranslationID
- Type: SystemInt32
The Language ID to validate. - ResourceID
- Type: SystemString
Human readable resource ID. - Phrase
- Type: SystemString
See Also