SearchParameters class

Represents the properties that determine the search behavior of compliance search processes.

Inheritance hierarchy

System.Object
  Microsoft.Office.RecordsManagement.SearchAndProcess.SearchParameters
    Microsoft.Office.RecordsManagement.SearchAndProcess.SearchAndProcessItem

Namespace:  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Class SearchParameters _
    Implements ISearchParameters3, ISearchParameters2, ISearchParameters
'Usage
Dim instance As SearchParameters
public class SearchParameters : ISearchParameters3, 
    ISearchParameters2, ISearchParameters

Remarks

This class is used as input for the PerformSearch() method. It contains a set of properties that determine the behavior of search implementations used with the compliance timer jobs "Search and Process" and "Expiration policy". The processes that use this class when calling PerformSearch will populate the properties as if they will be used with a KeywordQuery object.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SearchParameters members

Microsoft.Office.RecordsManagement.SearchAndProcess namespace