Skip to content

Commit 272ef30

Browse files
authored
Updated YAML, intro, and bookmarks
1 parent e6741cf commit 272ef30

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/sp-add-ins/add-first-run-logic-to-the-provider-hosted-add-in.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
title: Add first-run logic to the provider-hosted add-in
3-
ms.date: 10/31/2017
3+
description: Include "first run" code in a provider-hosted SharePoint Add-in by creating the basic class for deploying components, adding the basic startup logic, and programmatically deploying a SharePoint list.
4+
ms.date: 11/02/2017
45
ms.prod: sharepoint
56
---
67

78

89
# Add first-run logic to the provider-hosted add-in
910

10-
Learn how to include "first run" code in a provider-hosted SharePoint Add-in.
11-
12-
> [!NOTE]
13-
> The name "apps for SharePoint" is changing to "SharePoint Add-ins." During the transition, the documentation and the UI of some SharePoint products and Visual Studio tools might still use the term "apps for SharePoint." For details, see [New name for apps for SharePoint](new-name-for-apps-for-sharepoint.md).
14-
1511
This is the eighth in a series of articles about the basics of developing provider-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the previous articles in this series:
1612

1713
- [Get started creating provider-hosted SharePoint Add-ins](get-started-creating-provider-hosted-sharepoint-add-ins.md)
@@ -44,7 +40,7 @@ In this article, you add code to the start page of the Chain Store SharePoint Ad
4440

4541
5. Add the following **using** statements to the top of the file.
4642

47-
```
43+
```C#
4844
using System.Web;
4945
using System.Linq;
5046
using System.Collections.Generic;

0 commit comments

Comments
 (0)