1. OG data type - NotificationList

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

    This object is the list of objects Notification.

    Object properties

    All the functions refer to the list of objects on which the function is called.

    Name Description
    NotificationList GetByModelId(int modelId, bool onlyWithoutLanguage) Function returns notifications for the input model.If the parameter onlyWithoutLanguage is set to TRUE, only notifications without language set are returned.
    Notification GetByCode(string code) Function returns notification according to the input code.
    Notification GetByCodeLanguage(string code, int languageId) Function returns notification according to the input code and language.

     

×