Skip to content

Commit 73e2648

Browse files
Merge pull request SharePoint#6575 from andrewconnell/msDocsBuildErrorFixes
MS Docs build error fixes
2 parents 21ac0b8 + fdbeb06 commit 73e2648

File tree

35 files changed

+4344
-8005
lines changed

35 files changed

+4344
-8005
lines changed

docs/general-development/build-windows-phone-apps-that-access-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Build Windows Phone apps that access SharePoint
3-
ms.date: 04/19/2018
3+
ms.date: 12/22/2020
44
ms.prod: sharepoint
55
ms.assetid: 36681335-f772-4499-8445-f94481bc18e7
66
description: Create SharePoint Add-ins that integrate SharePoint and mobile devices such as Windows Phone 8 and Windows Phone 7.
@@ -54,7 +54,7 @@ To enable ___location-aware apps, there is a new native field type class, **SPField
5454

5555
To enable SharePoint authentication for Windows Phone users, the client object model includes a new **Authenticator** class and several associated classes. For an overview, see [Overview of the SharePoint mobile client authentication object model](overview-of-the-sharepoint-mobile-client-authentication-object-model.md).
5656

57-
To enable automatic notifications to Windows Phone users of events on a SharePoint farm, the server object model includes several new classes, each of which is also callable from the client object model. These classes include methods that enable phone apps to register with SharePoint server apps for notifications about specified types of events. There are also methods that the server apps use to send notifications to registered subscribers. For an overview, see [Create a Windows Phone SharePoint list app to receive push notifications](how-to-configure-and-use-push-notifications-in-sharepoint-apps-for-windows.md#BKMK_NotificationPhoneApp).
57+
To enable automatic notifications to Windows Phone users of events on a SharePoint farm, the server object model includes several new classes, each of which is also callable from the client object model. These classes include methods that enable phone apps to register with SharePoint server apps for notifications about specified types of events. There are also methods that the server apps use to send notifications to registered subscribers. For an overview, see [Create a Windows Phone SharePoint list app to receive push notifications](how-to-configure-and-use-push-notifications-in-sharepoint-apps-for-windows.md#create-a-windows-phone-sharepoint-list-app-to-receive-push-notifications).
5858

5959
With SharePoint, you're not limited to mobile app development just for Windows Phone 8 and Windows Phone 7. With the JavaScript programming interface and the new Representational State Transfer (REST) programming interface provided by SharePoint, you can create applications for non-Windows Phone mobile devices; you can interact with SharePoint sites by using JavaScript that executes as scripts in the browser, or remotely by using any technology that supports standard REST capabilities. The following section provides an overview of the REST and JavaScript programming interfaces.
6060

docs/general-development/create-a-sharepoint-workflow-app-using-visual-studio-2012.md

Lines changed: 127 additions & 417 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)