(ResultItemType, Boolean) del método SearchServiceApplicationProxy.DeleteResultItemType
Solo uso interno.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
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
Tipo: System.Boolean
Implementaciones
ISearchSiteAdministrationServiceApplication.DeleteResultItemType(ResultItemType, Boolean)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Sobrecarga DeleteResultItemType
Espacio de nombres Microsoft.Office.Server.Search.Administration