Skip to content

Commit 2e9e3e3

Browse files
committed
Implementing requested changes.
1 parent 8265553 commit 2e9e3e3

30 files changed

+34
-34
lines changed

docs/general-development/custom-security-trimming-for-search-in-sharepoint-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Custom security trimming for Search in SharePoint
33
description: Learn about the two kinds of custom security trimmer interfaces and how to create a custom security trimmer.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: fbbf0cc4-e135-426a-9996-34eb954dbd5a
77
ms.localizationpriority: medium
@@ -86,7 +86,7 @@ To create a custom security post-trimmer for search results, you must create a c
8686

8787

8888

89-
The **ISecurityTrimmerPost** interface contains two methods that you must implement: [Initialize(NameValueCollection, SearchServiceApplication)](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Query.ISecurityTrimmerPost.Initialize.aspx) and **CheckAccess(IList<String>, IList<String>, IDictionary<String, Object>, IIdentity)**.
89+
The **ISecurityTrimmerPost** interface contains two methods that you must implement: [Initialize(NameValueCollection, SearchServiceApplication)](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Query.ISecurityTrimmerPost.Initialize.aspx) and **CheckAccess(IList\<String\>, IList\<String\>, IDictionary\<String, Object\>, IIdentity)**.
9090

9191

9292

docs/general-development/custom-word-breakers-in-sharepoint-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Custom word breakers in SharePoint
33
description: Describes word breaking in SharePoint and provides steps on how to switch to a custom word breaker in SharePoint.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: d18b48d4-987c-4228-9932-30d5b30f86a2
77
ms.localizationpriority: medium

docs/general-development/customizing-search-results-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customizing search results in SharePoint
33
description: Describes group similar items or remove duplicate items in a search result set in SharePoint to display these results in a concise, readable way.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: 1b30f6df-643a-4570-ae5c-d3d8df5609b8
77
ms.localizationpriority: high
@@ -71,7 +71,7 @@ The following table lists the fields of the _Spec_ parameter.
7171
| _Subspec_ <br/> | `Prop(','Prop)*[':'Dups]` <br/> |
7272
| _Prop_ <br/> |A valid managed property or an alias of a managed property. _Prop_ is case-insensitive. The managed property must be queryable and either sortable or refineable. <br/> |
7373
| _Dups_ <br/> |An integer specifying the number of items to retain. The default value is 1. <br/> |
74-
| _&lt;space&gt;_ <br/> |Properties are combined by using the **OR** operator. <br/> |
74+
| _\<space\>_ <br/> |Properties are combined by using the **OR** operator. <br/> |
7575
| _,_ <br/> |Properties are combined by using the **AND** operator. <br/> |
7676
| _*_ <br/> |Indicates more items. <br/> |
7777
| _() or []_ <br/> |Indicates optional items. <br/> |

docs/general-development/debugging-sharepoint-server-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debugging SharePoint workflows
33
description: Demonstrates how SharePoint now relies on Workflow Manager 1.0 for all workflow processing and management, and demonstrates debugging options.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: a5adf39b-8640-4871-be60-b786dcf9fafc
77
ms.localizationpriority: high
@@ -126,7 +126,7 @@ The first step is to first define the default proxy configuration for .NET Frame
126126
- `%systemdrive%\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\machine.config`
127127
- `%systemdrive%\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\Config\\machine.config`
128128

129-
Next, add the following markup to the bottom of each file, just before the closing **&lt;configuration&gt;** element:
129+
Next, add the following markup to the bottom of each file, just before the closing **\<configuration\>** element:
130130

131131
```xml
132132
<system.net>

docs/general-development/deciding-between-sharepoint-add-ins-and-sharepoint-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deciding between SharePoint Add-ins and SharePoint solutions
33
description: Provides a link to the SharePoint Add-ins compared with SharePoint solutions topic for a modern solution.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: 8459e265-b8fd-4bf8-911e-d63cae8bf96f
77
ms.localizationpriority: medium

docs/general-development/develop-access-web-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Develop Access web apps
33
description: Describes how to develop web-based applications using Microsoft Access 2013 and provides information on Access 2013's new features.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: 41131b27-d750-4d11-b3c7-c17ad4d666e2
77
ms.localizationpriority: medium

docs/general-development/develop-the-site-design-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Develop the site design in SharePoint
33
description: Describes how to develop the site design in SharePoint using the Design Manager feature and provides links to other resources.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: 4c061484-2ba5-45ea-9860-aec9d7c8f80e
77
ms.localizationpriority: high

docs/general-development/developing-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: Developing with Duet Enterprise 2.0
33
description: Describes Duet Enterprise 2.0's features and details how to set up the developer environment, how to add an external content type, and more.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: c3ef38aa-559e-4832-95c7-75e222c77624
77
ms.localizationpriority: medium

docs/general-development/discovery-in-excel-services-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Discovery in Excel Services REST API
33
description: Describes the discovery mechanisms built into the Excel Services REST API and provides code examples.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: e3a8e057-f803-446d-81c9-4eb8ef3691e1
77
ms.localizationpriority: medium

docs/general-development/ediscovery-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: eDiscovery in SharePoint
33
description: Describes eDiscovery features in SharePoint and provides details on prerequisites, site holds, the eDiscovery programming model, and eDiscovery types.
4-
ms.date: 09/15/2021
4+
ms.date: 06/09/2022
55
ms.prod: sharepoint
66
ms.assetid: 45cb324a-75f5-444d-a0fa-5c223df19016
77
ms.localizationpriority: high

0 commit comments

Comments
 (0)