Метод SearchContext.UpdateAlertNotificationFormat
Примечание. Этот API устарел.
Обновляет формат оповещений для результатов поиска.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Sub UpdateAlertNotificationFormat ( _
alertNotificationFormat As String _
)
'Применение
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
)
Параметры
alertNotificationFormat
Тип: System.StringСтрока, задающая формат уведомления о предупреждении.
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Administration