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
Public method SearchAndProcessItem() Initializes a new instance of a SearchAndProcessItem object.
Public method SearchAndProcessItem(String, String, String, String) Initializes a new instance of a SearchAndProcessItem object.

Top

Properties

  Name Description
Public property AssemblyName Gets or sets the name of the assembly that contains the class which implements the IProcess interface.
Public property 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.
Public property ContextualScopeUrl Gets or sets a URL that is used to restrict search results.
Public property DisplayName Gets or sets the name displayed on the e-mail report for this search and process job.
Public property EnableStemming Gets or sets whether to enable stemming in the search operation.
Public property KeywordQuery Gets or sets the keyword query for the search operation.
Public property MethodArgs Gets or sets any optional arguments to pass to the process assembly and class.
Public property NoiseIgnored Gets or sets whether to ignore noise in the search operation.
Public property ResultsRequested Gets or sets the number of search results requested for this query.
Public property Scope Gets or sets the search scope for this query.
Public property SearchApplication Specifies the search application to use for the search operation.
Public property TrimDuplicates Gets or sets whether to trim duplicates for the search operation.
Public property 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
Public method Add Adds the search and process job to the Microsoft Office SharePoint Server 2007 master timer job.
Public methodStatic member Deserialize Deserializes the SearchAndProcessItem object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetAssemblyName Gets the name of the assembly to call to process each item returned by the search.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member RegisterSearchEngine Calls the RegisterSearchEngine within SearchAndProcessUtilities.
Public method ToString (Inherited from Object.)
Public methodStatic member UnregisterSearchEngine Calls the UnregisterSearchEngine within SearchAndProcessUtilities.

Top

See Also

Reference

SearchAndProcessItem Class

Microsoft.Office.RecordsManagement.SearchAndProcess Namespace