AlertChangeType Enumeration
Applies to: Microsoft SharePoint Server 2010 search
Represents the types of changes for which a search alert is generated.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration AlertChangeType
'Usage
Dim instance As AlertChangeType
public enum AlertChangeType
Members
Member name | Description | |
---|---|---|
Discovered | Specifies to generate a search alert if at least one new search result matches the search query that was registered as part of the alert subscription. | |
Modified | Specifies to generate a search alert if at least one existing search result that matches the search query that was registered as part of the alert subscription was modified after the last time the alert for the registered search query was generated. | |
DiscoveredOrModified | Specifies to generate a search alert if either a new result is discovered or an existing result is modified after the last time the alert for the registered search query was generated. |