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 message 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 ( _
messageType As MessageType _
)
'Usage
Dim instance As CrawlLogFilters
Dim messageType As MessageType
instance.AddFilter(messageType)
public void AddFilter(
MessageType messageType
)
Parameters
messageType
Type: Microsoft.Office.Server.Search.Administration.MessageTypeA value from the MessageType enumeration specifying the message type to use for the crawl log filter.