SPSearchResult Members
Include Protected Members
Include Inherited Members
This class is deprecated. For Search, use the Execute method of the Microsoft.SharePoint.Search.Query.KeywordQuery class or the Microsoft.SharePoint.Search.Query.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 | |
---|---|---|
DateLastModified | Deprecated. Gets the time stamp that indicates when the item was last modified. | |
IconUrl | Deprecated. Gets the URL of the icon corresponding to the item. | |
ListName | Deprecated. Gets the name of the list that contains the item. | |
ModifiedBy | Deprecated. Gets the name of the user who last modified the item specified by title. | |
ModifiedByUrl | Deprecated. Gets the name of the user who last modified the item specified by the URL of its display form. | |
Size | Deprecated. Gets the size of the item if it is a file in a document library. | |
Title | Deprecated. Gets the display name for the item. | |
Url | Deprecated. Gets the URL of the display form for the item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top