Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Применимо к: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Исключает поля из списка, который отображается в оповещении.
<Properties>
[<ImmediateNotificationExcludedFields>
...
</ImmediateNotificationExcludedFields>] [<DigestNotificationExcludedFields>
...
</DigestNotificationExcludedFields>]
[<NotificationHandlerAssembly>
</NotificationHandlerAssembly>] [<NotificationHandlerClassName>
</NotificationHandlerClassName>]
[<UpdateHandlerAssembly>
</UpdateHandlerAssembly>] [<UpdateHandlerClassName>
</UpdateHandlerClassName>]
</Properties>
Элементы и атрибуты
В разделах ниже приводится описание атрибутов, дочерних и родительских элементов.
Атрибуты
Нет
Дочерние элементы
- ImmediateNotificationExcludedFields
- DigestNotificationExcludedFields
- NotificationHandlerAssembly
- NotificationHandlerClassName
- UpdateHandlerAssembly
- UpdateHandlerClassName
Родительские элементы
Пример
<Properties>
<ImmediateNotificationExcludedFields>
ID;Author;Editor;Modified_x0020_By;Created_x0020_By;
_UIVersionString;ContentType;TaskGroup;IsCurrent;Attachments;
NumComments;
</ImmediateNotificationExcludedFields>
<DigestNotificationExcludedFields>
ID;Author;Editor;Modified_x0020_By;Created_x0020_By;
_UIVersionString;ContentType;TaskGroup;IsCurrent;Attachments;
NumComments;
</DigestNotificationExcludedFields>
</Properties>