The object is list of objects EmailTemplate.
Object properties
Name |
Description |
EmailTemplateList GetByModelId(int? modelId) |
Function returns list of email templates according to the given model. |
EmailTemplate GetByCodeWithoutModel(string code) |
Function returns list of email templates that do not belong to any model. |
EmailTemplate GetByCode(int modelId, string code) |
Function returns email template according to the given model and template code. |