Click or drag to resize

IEmailTranslations Interface

Manage all translations of an email

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IEmailTranslations

The IEmailTranslations type exposes the following members.

Methods
  NameDescription
Public methodFind
Return the email translation for the specified language if exist.
Public methodFindAll
Return a list of all email translations.
Public methodFindDefault
Return the default translation if it exist.
Public methodFindOrCreate
Return the email translation for the specified language or create a new translation.
Public methodReload
Reload the email translations, using the current database value.
Returns successful value when the operation succeed.
Public methodSave
Save all modified translations in the database.
Public methodValidate
Validate the integrity of all email translations.
Top
See Also