Theme Hütten & Berggasthöfe - noi-techpark/odh-docs GitHub Wiki

If an accommodation's AccoTypeId is Mountain the theme "Hütten und Berggasthöfe" is added to the ThemeIds.

The Code:

Is implemented here.

if (myacco.AccoTypeId == "Mountain")
{
    myacco.ThemeIds.Add("Hütten und Berggasthöfe");
}