Skip to content

Commit 35829c8

Browse files
authored
Removed "how to" in title
1 parent ee1050e commit 35829c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/general-development/how-to-use-a-custom-security-trimmer-for-sharepoint-server-search-results.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
---
2-
title: How to Use a custom security trimmer for SharePoint Server search results
1+
---
2+
title: Use a custom security trimmer for SharePoint Server search results
33
ms.date: 09/25/2017
44
ms.prod: sharepoint
55
ms.assetid: e1a8664e-fb43-45c2-83aa-9635fe1efc99
66
---
77

88

9-
# How to: Use a custom security trimmer for SharePoint Server search results
9+
# Use a custom security trimmer for SharePoint Server search results
10+
1011
This how-to guides you through the steps to implement—create, deploy, and register—a custom security trimmer for Search in SharePoint by using Microsoft Visual Studio 2010.
12+
1113
Search in SharePoint performs query-time security trimming of search results. However, there may be scenarios in which you want to perform custom security trimming. Search in SharePoint provides support for these scenarios through the [Microsoft.Office.Server.Search.Query.ISecurityTrimmerPre](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Query.ISecurityTrimmerPre.aspx) , [Microsoft.Office.Server.Search.Query.ISecurityTrimmerPost](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Query.ISecurityTrimmerPost.aspx) , and [ISecurityTrimmer2](https://msdn.microsoft.com/library/Microsft.Office.Server.Search.Query.ISecurityTrimmer2.aspx) (deprecated) interfaces in the [Microsoft.Office.Server.Search.Query](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Query.aspx) namespace.
1214

1315

0 commit comments

Comments
 (0)