EMTranslationResourceRepositoryValidateTranslationResource Method

Alterian Email Manager 6.2.3 SDK Help File
Validate that a Phrase can be processed for embedded resources.

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

Syntax
public void ValidateTranslationResource(
	int translationID,
	string resourceID,
	string phrase
)

Parameters

translationID
Type: SystemInt32
The Language ID to validate.
resourceID
Type: SystemString
Human readable resource ID.
phrase
Type: SystemString

Implements

IEMTranslationResourceRepositoryValidateTranslationResource(Int32, String, String)
See Also