Skip to content

Theme Hütten & Berggasthöfe

lukmay edited this page Dec 16, 2023 · 2 revisions

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");
}
Clone this wiki locally