Skip to content

Commit 8bdef8d

Browse files
committed
Requested date and bracket escape changes.
1 parent 788e732 commit 8bdef8d

File tree

30 files changed

+32
-32
lines changed

30 files changed

+32
-32
lines changed

docs/general-development/how-to-follow-documents-sites-and-tags-by-using-the-rest-service-in-sharepoint-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Follow documents, sites, and tags by using the REST service in SharePoint
33
description: Describes how to create SharePoint-hosted apps that use the REST service to follow content and to get followed content.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: 989a5873-49f9-49e4-8d0f-439dde891cc2
77
ms.localizationpriority: high

docs/general-development/how-to-learn-to-read-and-write-to-the-social-feed-by-using-the-rest-service-in-s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Read and write to the social feed by using the REST service in SharePoint
33
description: Describes how to create a SharePoint-hosted app that uses the REST service to publish a post and get a personal feed for the current user.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: 1da8d484-3666-42c3-8a8f-8b3ef93e96e9
77
ms.localizationpriority: medium

docs/general-development/how-to-map-a-network-drive-to-the-sharepoint-master-page-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Map a network drive to the SharePoint Master Page Gallery
33
description: Describes how to map a network drive to the Master Page Gallery in order to use Design Manager to upload design files in SharePoint.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: 7d416f6e-2471-4d03-97ae-4e8d907784c6
77
ms.localizationpriority: high

docs/general-development/how-to-retrieve-user-profile-properties-by-using-the-net-client-object-model-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Retrieve user profile properties by using the .NET client object model in SharePoint
33
description: Learn how to retrieve user profile properties programmatically by using the SharePoint .NET client object model.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: 236ebaf8-f92e-4192-9b51-0a9de0210885
77
ms.localizationpriority: high
@@ -242,7 +242,7 @@ The following code example shows how to retrieve a specific set of user profile
242242

243243

244244

245-
Unlike the previous code example that retrieves a [PersonProperties](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PersonProperties.aspx) object for the target user, this example calls the [PeopleManager.GetUserProfilePropertiesFor](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PeopleManager.GetUserProfilePropertiesFor.aspx) method and passes in a [UserProfilePropertiesForUser](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser.aspx) object that specifies the target user and the user profile properties to retrieve. [GetUserProfilePropertiesFor](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PeopleManager.GetUserProfilePropertiesFor.aspx) returns an **IEnumerable<string>** collection that contains the values of the properties that you specify.
245+
Unlike the previous code example that retrieves a [PersonProperties](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PersonProperties.aspx) object for the target user, this example calls the [PeopleManager.GetUserProfilePropertiesFor](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PeopleManager.GetUserProfilePropertiesFor.aspx) method and passes in a [UserProfilePropertiesForUser](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser.aspx) object that specifies the target user and the user profile properties to retrieve. [GetUserProfilePropertiesFor](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PeopleManager.GetUserProfilePropertiesFor.aspx) returns an **IEnumerable\<string\>** collection that contains the values of the properties that you specify.
246246

247247
> [!NOTE]
248248
> Replace the `http://serverName/` and `domainName\\\\userName` placeholder values before you run the code.

docs/general-development/how-to-save-from-excel-client-to-the-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Save from Excel client to the server
33
description: Describes how to create a workbook with editable ranges, save it to a trusted SharePoint document library, and change values in the workbook.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
keywords: how to,howdoi,howto
66
f1_keywords:
77
- how to,howdoi,howto

docs/general-development/how-to-set-the-bing-maps-key-at-the-web-and-farm-level-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set the Bing Maps key at the web and farm level in SharePoint
33
description: Learn how to set the Bing Maps key programmatically at the web (SharePoint Server and SharePoint Online) and farm (SharePoint Server) level by using the SharePoint client object model and Windows PowerShell, to enable the Bing Maps functionality in SharePoint lists and ___location-based web and mobile apps.
4-
ms.date: 06/05/2020
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: 507ed9de-c349-44b5-b182-e838795dd862
77
ms.localizationpriority: medium
@@ -119,7 +119,7 @@ class Program
119119

120120
```
121121

122-
8. Replace the &lt;Site Url&gt; and _&lt;Valid Bing Maps Key&gt;_ with valid values.
122+
8. Replace the \<Site Url\>; and _\<Valid Bing Maps Key\>_ with valid values.
123123
9. Set the target framework in Project Properties as .NET Framework 4.0, and run the example.
124124
10. The key should now be set at the web level.
125125

docs/general-development/how-to-set-up-an-environment-for-developing-mobile-apps-for-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up an environment for developing mobile apps for SharePoint
33
description: Describes the system requirements and configuring a development environment for SharePoint mobility projects.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: acaf556d-e20d-478d-8c59-2efd8efb9dcb
77
ms.localizationpriority: medium

docs/general-development/how-to-trust-a-___location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Trust a ___location
33
description: Describes trusted locations, provides steps on how to trust a ___location, and provides links to related articles.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
keywords: how to,howdoi,howto,trusted ___location
66
f1_keywords:
77
- how to,howdoi,howto,trusted ___location

docs/general-development/how-to-use-sap-reporting-with-duet-enterprise-2-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use SAP Reporting with Duet Enterprise 2.0
33
description: Describes how to use SAP reporting with Duet Enterprise 2.0 and provides steps on how to enable the Duet reporting features.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: a54c6cd2-2283-440d-af55-e98e3212caa1
77
ms.localizationpriority: medium

docs/general-development/how-to-use-sap-workflow-with-duet-enterprise-2-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use SAP workflow with Duet Enterprise 2.0
33
description: Describes how to use SAP workflows and provides steps on how to create and configure an app using information from SAP workflows.
4-
ms.date: 09/25/2017
4+
ms.date: 09/15/2021
55
ms.prod: sharepoint
66
ms.assetid: 816e28ed-8cea-4e33-98e5-d3d27136e2e6
77
ms.localizationpriority: medium

0 commit comments

Comments
 (0)