Share via


Properties 要素 (AlertTemplates)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

この記事の内容
属性
子要素
親要素

通知メッセージに表示するリストからフィールドを除外します。

<Properties>
  [<ImmediateNotificationExcludedFields>
    ...
  </ImmediateNotificationExcludedFields>]  [<DigestNotificationExcludedFields>
    ...
  </DigestNotificationExcludedFields>]
  [<NotificationHandlerAssembly>
  </NotificationHandlerAssembly>]  [<NotificationHandlerClassName>
  </NotificationHandlerClassName>]
  [<UpdateHandlerAssembly>
  </UpdateHandlerAssembly>]  [<UpdateHandlerClassName>
  </UpdateHandlerClassName>]
</Properties>

属性

なし

子要素

ImmediateNotificationExcludedFields

DigestNotificationExcludedFields

NotificationHandlerAssembly

NotificationHandlerClassName

UpdateHandlerAssembly

UpdateHandlerClassName

親要素

AlertTemplate

<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>