ISearchSiteAdministrationServiceApplication.AddResultItemType method
Somente para uso interno.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
Function AddResultItemType ( _
type As ResultItemType, _
WrapExceptionsForProxy As Boolean _
) As ResultItemType
'Uso
Dim instance As ISearchSiteAdministrationServiceApplication
Dim type As ResultItemType
Dim WrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType
returnValue = instance.AddResultItemType(type, _
WrapExceptionsForProxy)
[OperationContractAttribute]
ResultItemType AddResultItemType(
ResultItemType type,
bool WrapExceptionsForProxy
)
Parâmetros
- WrapExceptionsForProxy
Type: System.Boolean
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.ResultItemType
Ver também
Referência
ISearchSiteAdministrationServiceApplication interface