Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For internal use only.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function AddResultItemType ( _
type As ResultItemType, _
WrapExceptionsForProxy As Boolean _
) As ResultItemType
'Usage
Dim instance As SearchServiceApplication
Dim type As ResultItemType
Dim WrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType
returnValue = instance.AddResultItemType(type, _
WrapExceptionsForProxy)
public ResultItemType AddResultItemType(
ResultItemType type,
bool WrapExceptionsForProxy
)
Parameters
- WrapExceptionsForProxy
Type: System.Boolean
Return value
Type: Microsoft.Office.Server.Search.Administration.ResultItemType
Implements
ISearchSiteAdministrationServiceApplication.AddResultItemType(ResultItemType, Boolean)
See also
Reference
SearchServiceApplication class