Microsoft.Office.RecordsManagement.SearchAndProcess Namespace
Provides types and members to define and initiate search and process operations.
Search and process operations enable you to use Microsoft Office SharePoint Server 2007 to perform a search query, and then perform a specific, custom action upon each list item returned by the query. For example, you might need to identify a certain set of documents, based on specific document metadata, and then move those documents into a records repository.
For more information, see Search and Process Overview.
Classes
Class | Description | |
---|---|---|
SearchAndProcessItem | Represents the search and process operation that you want to execute, and includes a method to initiate the operation. | |
SearchAndProcessWIJD | This class and all its members are reserved for internal use. |
Interfaces
Interface | Description | |
---|---|---|
IProcess | The interface that must be implemented by an assembly to process items as part of a search and process operation. |