SPSearchResult members

This class is deprecated. For Search, use the Execute method of the Microsoft.SharePoint.Search.Query.KeywordQuery class or the FullTextSqlQuery class. Represents the item returned as a result of a search performed on a list, document library, or site.

The SPSearchResult type exposes the following members.

Properties

  Name Description
Public property DateLastModified Deprecated. Gets the time stamp that indicates when the item was last modified.
Public property IconUrl Deprecated. Gets the URL of the icon corresponding to the item.
Public property ListName Deprecated. Gets the name of the list that contains the item.
Public property ModifiedBy Deprecated. Gets the name of the user who last modified the item specified by title.
Public property ModifiedByUrl Deprecated. Gets the name of the user who last modified the item specified by the URL of its display form.
Public property Size Deprecated. Gets the size of the item if it is a file in a document library.
Public property Title Deprecated. Gets the display name for the item.
Public property Url Deprecated. Gets the URL of the display form for the item.

Top

Methods

  Name Description
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.)

Top

See also

Reference

SPSearchResult class

Microsoft.SharePoint namespace