---
title: ".CoursesCreateUpdate (OpenOlat Objektmethode)"
---
### Beschreibung

Diese Methode erstellt oder ändert eine Liste speizifizierter Kurse im OpenOlat.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
| ExternalCourseIDs | [StringArray (Opus Funktion)](https://manuals.swissmains.com/pages/viewpage.action?pageId=7176585) | SMT Fremdschlüssel für Identifikation von OpenOlat Users |
| CourseTitles | [StringArray (Opus Funktion)](https://manuals.swissmains.com/pages/viewpage.action?pageId=7176585) | Kurstitel |
| CourseDisplayNames | [StringArray (Opus Funktion)](https://manuals.swissmains.com/pages/viewpage.action?pageId=7176585) | Kursnamen |

### Rückgabewert [boolean](https://manuals.swissmains.com/display/smtschool/boolean)

True, falls erfolgreich.

### Beispiel

| ... MyOlat = OpenOlatCreate(); MyOlat.CoursesCreateUpdate(ExternalUserIDs, CourseTitles, CourseDisplayNames); |
| --- |
