Partager via


Properties, élément (AlertTemplates)

Dernière modification : mercredi 20 octobre 2010

S’applique à : SharePoint Foundation 2010

Dans cet article
Attributs
Éléments enfants
Éléments parents

Exclut des champs de la liste qui apparaît dans le message d’alerte.

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

Attributs

Aucun

Éléments enfants

ImmediateNotificationExcludedFields

DigestNotificationExcludedFields

NotificationHandlerAssembly

NotificationHandlerClassName

UpdateHandlerAssembly

UpdateHandlerClassName

Éléments parents

AlertTemplate

Exemple

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