IEMTranslationResourceRepositoryRemoveResourcePhrase Method

Alterian Email Manager 6.2.3 SDK Help File
Deletes an existing EnglishText Phrase and its associated translations.

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

Syntax
void RemoveResourcePhrase(
	string EnglishText
)

Parameters

EnglishText
Type: SystemString
The English Text phrase to remove from the database.
See Also