ResultItemTypeManager.GetResultItemTypes-Methode
Ruft eine Auflistung von 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
)
Parameter
- includeHigherLevel
Typ: System.Boolean
Rückgabewert
Typ: System.Collections.Generic.ICollection<ResultItemType>