SearchServiceApplicationProxy.DeleteResultItemType method (ResultItemType, Boolean)
Internal use only.
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 SearchServiceApplicationProxy
Dim type As ResultItemType
Dim wrapExceptionsForProxy As Boolean
instance.DeleteResultItemType(type, wrapExceptionsForProxy)
public void DeleteResultItemType(
ResultItemType type,
bool wrapExceptionsForProxy
)
Parameters
- wrapExceptionsForProxy
Type: System.Boolean
Implements
ISearchSiteAdministrationServiceApplication.DeleteResultItemType(ResultItemType, Boolean)
See also
Reference
SearchServiceApplicationProxy class