1. OG data type - EmailTemplateList

    Artikel: AN0001689Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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.

     

     

×