Skip to content

Theme Bäuerliche Welten

lukmay edited this page Dec 16, 2023 · 2 revisions

If an accommodation's AccoTypeId is Farm the theme "Bäuerliche Welten" is added to the ThemeIds.

The Code:

Is implemented here.

if (myacco.AccoTypeId == "Farm")
{
    myacco.ThemeIds.Add("Bäuerliche Welten");
}
Clone this wiki locally