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.
Applies the specified catalog type filter to the crawl log data.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub AddFilter ( _
catalogType As CatalogType _
)
'Usage
Dim instance As CrawlLogFilters
Dim catalogType As CatalogType
instance.AddFilter(catalogType)
public void AddFilter(
CatalogType catalogType
)
Parameters
catalogType
Type: Microsoft.Office.Server.Search.Administration.CatalogTypeA value from the CatalogType enumeration specifying the catalog type to use for the crawl log filter.