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 filter property and operator 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, _
op As StringFilterOperator, _
value As String _
)
'Usage
Dim instance As CrawlLogFilters
Dim prop As CrawlLogFilterProperty
Dim op As StringFilterOperator
Dim value As String
instance.AddFilter(prop, op, value)
public void AddFilter(
CrawlLogFilterProperty prop,
StringFilterOperator op,
string value
)
Parameters
prop
Type: Microsoft.Office.Server.Search.Administration.CrawlLogFilterPropertyA value from the CrawlLogFilterProperty enumeration specifying the crawl log property to use for the crawl log filter.
op
Type: Microsoft.Office.Server.Search.Administration.StringFilterOperatorA value from the StringFilterOperator enumeration specifying the operator to use for the crawl log filter.
value
Type: System.StringA string value specifying the value to use for the property filter.