ResultItemTypeManager.DeleteResultItemType-Methode
Entfernt eine vorhandene ResultItemType auf den Suchdienst
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
)