ResultType Enumeration

Defines the result types for Search results.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ResultType
'Usage
Dim instance As ResultType
[FlagsAttribute]
public enum ResultType

Members

Member name Description
None No result type is specified.
RelevantResults Specifies the results set that contains the main search results from the content index that matches the search query.

See Also

Reference

Microsoft.SharePoint.Search.Query Namespace