From cc12be4d6c822ff1c02f1007053c1b031311176d Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 22 Sep 2020 15:45:58 +0200 Subject: [PATCH] Added folder information --- .../includes/notification-hubs-backend-service-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md b/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md index 23d9a0a23f..67a1ac94be 100644 --- a/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md +++ b/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md @@ -257,7 +257,7 @@ Use of the notification hub and the [Notification Hubs SDK for backend operation > [!NOTE] > This class contains the tokenized notification payloads for the generic and silent notifications required by this scenario. The payloads are defined outside of the [Installation](https://docs.microsoft.com/dotnet/api/microsoft.azure.notificationhubs.installation?view=azure-dotnet) to allow experimentation without having to update existing installations via the service. Handling changes to installations in this way is out of scope for this tutorial. For production, consider [custom templates](https://docs.microsoft.com/azure/notification-hubs/notification-hubs-templates-cross-platform-push-messages). -1. Select **General** > **Empty Class**, enter *DeviceInstallation.cs* for the **Name**, then click **New** adding the following implementation. +1. Add another **Empty Class** to the **Models** folder called *DeviceInstallation.cs*, then add the following implementation. ```csharp using System.Collections.Generic;