SavedSearch members

Represents a query which contains a set of sources or source groups that can be used to filter results.

The SavedSearch type exposes the following members.

Constructors

  Name Description
Public method SavedSearch Creates an instance of a SavedSearch object by using a SPListItem object.

Top

Properties

  Name Description
Public property CanonicalId Gets the canonical ID for the SavedSearch object.
Public property DateEndFilter Gets or sets the DateEndFilter that is associated with the saved search query.
Public property DateStartFilter Gets or sets the DateStartFilter associated with the saved search query.
Public property Deduplication Gets or sets the deduplication setting associated with this SavedSearch object.
Public property EXFilters Gets the filters associated with the saved search query.
Public property EXRefinements Gets or sets the refinements associated with the saved search query.
Public property ItemCount Gets or sets the count of items that matched the saved search query.
Public property Name Gets or sets the name of the saved search query.
Public property Query Gets or sets a query of a saved search.
Public property SourceGroupIds Gets the source group IDs associated with the saved search query.
Public property SourceIds Gets the Source IDs associated with the saved search query.
Public property SourceManagement Gets or sets a value that specifies how sources are selected for this query.
Public property SPFilters Gets the SharePoint Server filters associated with the saved search query.
Public property SPRefinements Gets or sets the SharePoint Server refinements associated with the saved search query.
Public property TotalSize Gets or sets the total size, in megabytes, of items that match the saved search query.

Top

Methods

  Name Description
Public method Copy Creates a copy of a saved search.
Public method Delete Deletes a saved search.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Updates a saved search.
Public method UpdateStatistics Updates statistics for item count and size for a saved search.

Top

See also

Reference

SavedSearch class

Microsoft.Office.Server.Discovery namespace