CrawlLogFilters.AddFilter Method (CrawlLogFilterProperty, Int32)
Applies the specified filter property 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 ( _
prop As CrawlLogFilterProperty, _
value As Integer _
)
'Usage
Dim instance As CrawlLogFilters
Dim prop As CrawlLogFilterProperty
Dim value As Integer
instance.AddFilter(prop, value)
public void AddFilter(
CrawlLogFilterProperty prop,
int value
)
Parameters
- prop
Type: Microsoft.Office.Server.Search.Administration.CrawlLogFilterProperty
A value from the CrawlLogFilterProperty enumeration specifying the crawl log property to use for the crawl log filter.
- value
Type: System.Int32
A 32-bit integer specifying the value to use for the property filter.