CrawlLogFilters.AddFilter Method (CatalogType)
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.CatalogType
A value from the CatalogType enumeration specifying the catalog type to use for the crawl log filter.