Share via


ResultItemTypeManager.GetResultItemTypes method

Retrieves a collection of ResultItemTypes

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetResultItemTypes ( _
    owner As SearchObjectOwner, _
    includeHigherLevel As Boolean _
) As ICollection(Of ResultItemType)
'Usage
Dim instance As ResultItemTypeManager
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim returnValue As ICollection(Of ResultItemType)

returnValue = instance.GetResultItemTypes(owner, _
    includeHigherLevel)
public ICollection<ResultItemType> GetResultItemTypes(
    SearchObjectOwner owner,
    bool includeHigherLevel
)

Parameters

Return value

Type: System.Collections.Generic.ICollection<ResultItemType>

See also

Reference

ResultItemTypeManager class

ResultItemTypeManager members

Microsoft.Office.Server.Search.Administration namespace