SearchServiceApplication.DeleteResultItemType method

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

Syntax

'Declaration
Public Sub DeleteResultItemType ( _
    type As ResultItemType, _
    WrapExceptionsForProxy As Boolean _
)
'Usage
Dim instance As SearchServiceApplication
Dim type As ResultItemType
Dim WrapExceptionsForProxy As Boolean

instance.DeleteResultItemType(type, WrapExceptionsForProxy)
public void DeleteResultItemType(
    ResultItemType type,
    bool WrapExceptionsForProxy
)

Parameters

Implements

ISearchSiteAdministrationServiceApplication.DeleteResultItemType(ResultItemType, Boolean)

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace