EMTranslationResourceRepositoryRemoveResourcePhrase 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
public void RemoveResourcePhrase(
	string englishText
)

Parameters

englishText
Type: SystemString
The English Text phrase to remove from the database.

Implements

IEMTranslationResourceRepositoryRemoveResourcePhrase(String)
See Also