ISearchSiteAdministrationServiceApplication.AddResultItemType method
Internal use only.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function AddResultItemType ( _
type As ResultItemType, _
WrapExceptionsForProxy As Boolean _
) As ResultItemType
'Usage
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
)
Parameters
- WrapExceptionsForProxy
Type: System.Boolean
Return value
Type: Microsoft.Office.Server.Search.Administration.ResultItemType
See also
Reference
ISearchSiteAdministrationServiceApplication interface