SearchAndProcessItem.TrimDuplicates Property
Gets or sets whether to trim duplicates for the search operation.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property TrimDuplicates As Boolean
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As Boolean
value = instance.TrimDuplicates
instance.TrimDuplicates = value
public bool TrimDuplicates { get; set; }
Property Value
Type: System.Boolean
true to trim duplicates during the search operation, false to not trim duplicates.
Remarks
This value is passed to the search application specified to perform the search.
For more information about using the SearchAndProcessItem class to perform a custom search and process operation, see Search and Process Development Process.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace