Click or drag to resize

IEmailTranslation Interface

Email message for a specific language

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

The IEmailTranslation type exposes the following members.

Properties
  NameDescription
Public propertyBody
Get or set the body of the email for the specified language
(Inherited from IEmailTranslationBase.)
Public propertyIsModified
Flag to indicates if the object has been modified since his initialization.
Public propertyLanguageId
Indicates the identifier of the language used by this email message.
Public propertySubject
Get or set the subject of the email for the specified language
(Inherited from IEmailTranslationBase.)
Top
Methods
  NameDescription
Public methodReload
Reload the email translation using the current database values.
Returns successful value when the operation succeed.
Public methodSave
Save the modification in the database if the object has been modified.
Public methodValidate
Validate the integrity of the email translation.
Top
See Also