Freigeben über


SearchServiceApplicationProxy.GetResultItemTypes-Methode (Nullable<Int32>, Nullable<Guid>, SearchObjectOwner, Boolean, Boolean)

Wird nur intern verwendet.

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

Syntax

'Declaration
Public Function GetResultItemTypes ( _
    id As Nullable(Of Integer), _
    internalID As Nullable(Of Guid), _
    owner As SearchObjectOwner, _
    includeHigherLevel As Boolean, _
    wrapExceptionsForProxy As Boolean _
) As ICollection(Of ResultItemType)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim id As Nullable(Of Integer)
Dim internalID As Nullable(Of Guid)
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim wrapExceptionsForProxy As Boolean
Dim returnValue As ICollection(Of ResultItemType)

returnValue = instance.GetResultItemTypes(id, _
    internalID, owner, includeHigherLevel, _
    wrapExceptionsForProxy)
public ICollection<ResultItemType> GetResultItemTypes(
    Nullable<int> id,
    Nullable<Guid> internalID,
    SearchObjectOwner owner,
    bool includeHigherLevel,
    bool wrapExceptionsForProxy
)

Parameter

Rückgabewert

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

Implementiert

ISearchSiteAdministrationServiceApplication.GetResultItemTypes(Nullable<Int32>, Nullable<Guid>, SearchObjectOwner, Boolean, Boolean)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

GetResultItemTypes-Überladung

Microsoft.Office.Server.Search.Administration-Namespace