ResultType enumeration

NOTE: This API is now obsolete.

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> _
<ObsoleteAttribute("ResultType is obsolete. It's not necessary to specify it for queries and ResultTables have a string ResultTable.TableType instead. Special known values for that string are in class KnownTableTypes.")> _
Public Enumeration ResultType
'Usage
Dim instance As ResultType
[FlagsAttribute]
[ObsoleteAttribute("ResultType is obsolete. It's not necessary to specify it for queries and ResultTables have a string ResultTable.TableType instead. Special known values for that string are in class KnownTableTypes.")]
public enum ResultType

Members

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

See also

Reference

Microsoft.SharePoint.Search.Query namespace