MessageType Enumeration

Defines the message types for the SharePoint Enterprise Search crawl log.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Enumeration MessageType
'Usage
Dim instance As MessageType
public enum MessageType

Members

Member name Description
Success Indicates a success message type.
Warning Indicates a warning message type.
Error Indicates an error message type.

Remarks

Use the MessageType enumeration with the AddFilter() method of the CrawlLogFilters class.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace