-
Notifications
You must be signed in to change notification settings - Fork 4
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");
}
This wiki contains additional information about the Open Data Hub alongside the Open Data Hub - Official Documentation 🔗 .