Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the interface that exposes the set of search query parameters.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface ISearchParameters
'Usage
Dim instance As ISearchParameters
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface ISearchParameters
Remarks
The ISearchParameters interface exposes the basic set of query parameters that are essential for the search provider to execute a meaningful search. The interface can be extended by the provider to provide a richer set of query parameters.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace