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.
Removes an existing ResultItemType on the Search Service
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DeleteResultItemType ( _
type As ResultItemType _
)
'Usage
Dim instance As ResultItemTypeManager
Dim type As ResultItemType
instance.DeleteResultItemType(type)
public void DeleteResultItemType(
ResultItemType type
)