SearchServiceApplication.UpdateResultItemType method

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

Syntax

'Declaration
Public Function UpdateResultItemType ( _
    type As ResultItemType, _
    WrapExceptionsForProxy As Boolean _
) As ResultItemType
'Usage
Dim instance As SearchServiceApplication
Dim type As ResultItemType
Dim WrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType

returnValue = instance.UpdateResultItemType(type, _
    WrapExceptionsForProxy)
public ResultItemType UpdateResultItemType(
    ResultItemType type,
    bool WrapExceptionsForProxy
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.ResultItemType

Implements

ISearchSiteAdministrationServiceApplication.UpdateResultItemType(ResultItemType, Boolean)

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace