SPWeb.SearchDocuments method (String)

This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead. Use the Execute method of the Microsoft.SharePoint.Search.Query.KeywordQuery class or the FullTextSqlQuery class instead.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function SearchDocuments ( _
    strSearchTerm As String _
) As SPSearchResultCollection
'Usage
Dim instance As SPWeb
Dim strSearchTerm As String
Dim returnValue As SPSearchResultCollection

returnValue = instance.SearchDocuments(strSearchTerm)
public SPSearchResultCollection SearchDocuments(
    string strSearchTerm
)

Parameters

  • strSearchTerm
    Type: System.String

    The term to search for in the documents.

Return value

Type: Microsoft.SharePoint.SPSearchResultCollection
The search results.

Remarks

This method requires that Microsoft SQL Server be installed on the server and that full-text search is enabled in SharePoint Foundation Central Administration.

See also

Reference

SPWeb class

SPWeb members

SearchDocuments overload

Microsoft.SharePoint namespace