SearchServiceApplicationProxy.DeleteResultItemType method (ResultItemType, Boolean)
Somente para uso interno.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub DeleteResultItemType ( _
type As ResultItemType, _
wrapExceptionsForProxy As Boolean _
)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim type As ResultItemType
Dim wrapExceptionsForProxy As Boolean
instance.DeleteResultItemType(type, wrapExceptionsForProxy)
public void DeleteResultItemType(
ResultItemType type,
bool wrapExceptionsForProxy
)
Parâmetros
- wrapExceptionsForProxy
Type: System.Boolean
Implements
ISearchSiteAdministrationServiceApplication.DeleteResultItemType(ResultItemType, Boolean)
Ver também
Referência
SearchServiceApplicationProxy class