1. OG data type - NotificationList

    Article: AN0001732Updated: 23.09.2018

    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.

     

×