SearchAndProcessItem Members
Include Protected Members
Include Inherited Members
Represents the search and process operation that you want to execute, and includes a method to initiate the operation.
The SearchAndProcessItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchAndProcessItem() | Initializes a new instance of a SearchAndProcessItem object. | |
SearchAndProcessItem(String, String, String, String) | Initializes a new instance of a SearchAndProcessItem object. |
Top
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets or sets the name of the assembly that contains the class which implements the IProcess interface. | |
ClassName | Gets or sets the name of the class that implements the IProcess interface. This class is used to process each item returned by the search. | |
ContextualScopeUrl | Gets or sets a URL that is used to restrict search results. | |
DisplayName | Gets or sets the name displayed on the e-mail report for this search and process job. | |
EnableStemming | Gets or sets whether to enable stemming in the search operation. | |
KeywordQuery | Gets or sets the keyword query for the search operation. | |
MethodArgs | Gets or sets any optional arguments to pass to the process assembly and class. | |
NoiseIgnored | Gets or sets whether to ignore noise in the search operation. | |
ResultsRequested | Gets or sets the number of search results requested for this query. | |
Scope | Gets or sets the search scope for this query. | |
SearchApplication | Specifies the search application to use for the search operation. | |
TrimDuplicates | Gets or sets whether to trim duplicates for the search operation. | |
UsersToNotify | Gets or sets a list of the e-mail addresses of the users to send a report to by e-mail on the search and process job results. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the search and process job to the Microsoft Office SharePoint Server 2007 master timer job. | |
Deserialize | Deserializes the SearchAndProcessItem object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAssemblyName | Gets the name of the assembly to call to process each item returned by the search. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterSearchEngine | Calls the RegisterSearchEngine within SearchAndProcessUtilities. | |
ToString | (Inherited from Object.) | |
UnregisterSearchEngine | Calls the UnregisterSearchEngine within SearchAndProcessUtilities. |
Top
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace