SearchContext.UpdateAlertNotificationFormat method

NOTE: This API is now obsolete.

Updates the format of alert notifications for search results.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Sub UpdateAlertNotificationFormat ( _
    alertNotificationFormat As String _
)
'Usage
Dim instance As SearchContext
Dim alertNotificationFormat As String

instance.UpdateAlertNotificationFormat(alertNotificationFormat)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public void UpdateAlertNotificationFormat(
    string alertNotificationFormat
)

Parameters

  • alertNotificationFormat
    Type: System.String

    A string specifying the alert notification format.

See also

Reference

SearchContext class

SearchContext members

Microsoft.Office.Server.Search.Administration namespace