Skip to content

Commit ade8d18

Browse files
authored
Updated YAML, intro, and bookmarks
1 parent 68e1a3f commit ade8d18

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/sp-add-ins/include-a-custom-button-in-the-provider-hosted-add-in.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
title: Include a custom button in the provider-hosted add-in
3-
ms.date: 10/30/2017
3+
description: Create a custom list on the host website, add a custom button, request Read permissions, run the add-in, and test the button.
4+
ms.date: 11/02/2017
45
ms.prod: sharepoint
56
---
67

78

89
# Include a custom button in the provider-hosted add-in
9-
Learn how to include a custom ribbon button in a provider-hosted SharePoint Add-in.
10-
11-
> [!NOTE]
12-
> 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).
1310

1411
This is the third 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:
1512

@@ -21,7 +18,6 @@ This is the third in a series of articles about the basics of developing provide
2118
2219
A SharePoint Add-in can include custom actions, which is the SharePoint term for custom menu items or ribbon buttons. In this article, you'll learn how to create a custom button that synchronizes a SharePoint list with a remote database.
2320

24-
2521
## Create a custom list on the host website
2622

2723
The custom button is going to be on the ribbon of a specific list that records the employees of the local store. In a later article in this series, you'll learn how to programmatically add a custom list to a host website, but for now you'll add one manually.

0 commit comments

Comments
 (0)