Skip to content

Commit eec7fd3

Browse files
author
Linda Caputo
committed
Removed "New name" note
Removed "New name for apps for SharePoint" note
1 parent b2f655b commit eec7fd3

File tree

65 files changed

+5
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+5
-95
lines changed

docs/sp-add-ins/access-sharepoint-data-from-add-ins-using-the-cross-___domain-library.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.prod: sharepoint
99
Learn how to access data in a SharePoint website from your add-in by using the cross ___domain library in SharePoint.
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
13-
14-
1512
When you build SharePoint Add-ins, you usually have to incorporate data from various sources. But for [security reasons](http://msdn.microsoft.com/library/cc709423.aspx), there are blocking mechanisms that prevent communication with more than one ___domain at a time. These security mechanisms are implemented in most browsers, making difficult or impossible to accomplish client-side calls across domains.
1613

1714

docs/sp-add-ins/add-a-custom-content-type-to-a-sharepoint-hostedsharepoint-add-in.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ redirect_url: https://docs.microsoft.com/sharepoint/dev/sp-add-ins/add-a-custom-
77

88
# Add a custom content type to a SharePoint-hosted SharePoint Add-in
99
Learn how to include custom content types in an SharePoint Add-ins.
10-
1110

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
13-
1411

1512
This is the fourth in a series of articles about the basics of developing SharePoint-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the other articles in this series:
1613

docs/sp-add-ins/add-custom-columns-to-a-sharepoint-hostedsharepoint-add-in.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ redirect_url: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/add-cus
88

99
# Add custom columns to a SharePoint-hostedSharePoint Add-in
1010
Learn how to include custom columns in an SharePoint Add-ins.
11-
12-
13-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
14-
1511

1612
This is the third in a series of articles about the basics of developing SharePoint-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the pervious articles in this series:
1713

docs/sp-add-ins/add-in-authorization-policy-types-in-sharepoint.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ ms.prod: sharepoint
77

88
# Add-in authorization policy types in SharePoint
99
Learn about the different authorization policies for add-ins in SharePoint: add-in-only policy, user+add-in policy, and user-only policy. It also provides guidelines for using add-in-only policy.
10-
1110

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
1311

1412

1513
Before reading this article, you should first be familiar with the articles [Add-in permissions in SharePoint](add-in-permissions-in-sharepoint.md) and [Context Token OAuth flow for SharePoint Add-ins](context-token-oauth-flow-for-sharepoint-add-ins.md).

docs/sp-add-ins/add-in-permissions-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.prod: sharepoint
99
Learn about add-in permissions in SharePoint, including types of add-in permissions, permission request scopes, and managing permissions. This article also discusses the differences in add-in permission rights, user rights, and Office Store app rights.
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
12+
1313

1414

1515
You should first be familiar with the topic [Authorization and authentication of SharePoint Add-ins](authorization-and-authentication-of-sharepoint-add-ins.md) before you read this article.

docs/sp-add-ins/authorization-and-authentication-of-sharepoint-add-ins.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.prod: sharepoint
99
Get an overview of authentication and authorization in SharePoint, which is used to authorize requests by a SharePoint Add-in to access SharePoint resources.
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
1312

1413

1514
## Add-in authentication in SharePoint

docs/sp-add-ins/authorization-code-oauth-flow-for-sharepoint-add-ins.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.prod: sharepoint
99
Learn the OAuth flow for add-ins that request permission to access SharePoint resources on the fly, and how to use the OAuthAuthorize.aspx page and the SharePoint redirect URI.
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
13-
14-
1512

1613
## Get an overview of add-ins that request access permission from SharePoint on the fly
1714
<a name="Overview"> </a>

docs/sp-add-ins/complete-basic-operations-using-javascript-library-code-in-sharepoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.prod: sharepoint
99
Learn how to write code to perform basic operations using the JavaScript client object model in SharePoint.
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
1312

1413

1514

@@ -773,7 +772,7 @@ You can manipulate files by using the JavaScript object model. The following sec
773772

774773

775774

776-
**Note** You can only work with files up to 1.5 MB by using the JavaScript object model. To upload larger files, use REST (Representational State Transfer). For more information, see [](complete-basic-operations-using-sharepoint-rest-endpoints.md#LargeFiles).
775+
**Note** You can only work with files up to 1.5 MB by using the JavaScript object model. To upload larger files, use REST (Representational State Transfer). For more information, see [Complete basic operations using SharePoint REST endpoints](complete-basic-operations-using-sharepoint-rest-endpoints.md).
777776

778777

779778

docs/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.prod: sharepoint
99
Learn how to write code to perform basic operations with the SharePoint .NET Framework client object model (CSOM).
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
1312

1413

1514

docs/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.prod: sharepoint
99
Learn how to perform basic create, read, update, and delete (CRUD) operations with the SharePoint REST interface.
1010

1111

12-
**Note** 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 Office and SharePoint](new-name-for-apps-for-sharepoint.md#bk_newname).
1312

1413

1514

0 commit comments

Comments
 (0)