CrawlRule.PluggableSecurityTrimmerId property

Gets or sets the pluggable security trimmer ID for the crawl rule.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property PluggableSecurityTrimmerId As Integer
    Get
    Set
'Usage
Dim instance As CrawlRule
Dim value As Integer

value = instance.PluggableSecurityTrimmerId

instance.PluggableSecurityTrimmerId = value
public int PluggableSecurityTrimmerId { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the pluggable security trimmer ID.

Remarks

For more information about implementing a custom security trimmer for SharePoint Server search results, see Writing a Custom Security Trimmer for SharePoint Search.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace