Properties-Element (AlertTemplates)
Letzte Änderung: Mittwoch, 20. Oktober 2010
Gilt für: SharePoint Foundation 2010
Inhalt dieses Artikels
Attribute
Untergeordnete Elemente
Übergeordnete Elemente
Schließt Felder aus der Liste aus, die in der Benachrichtigung angezeigt wird.
<Properties>
[<ImmediateNotificationExcludedFields>
...
</ImmediateNotificationExcludedFields>] [<DigestNotificationExcludedFields>
...
</DigestNotificationExcludedFields>]
[<NotificationHandlerAssembly>
</NotificationHandlerAssembly>] [<NotificationHandlerClassName>
</NotificationHandlerClassName>]
[<UpdateHandlerAssembly>
</UpdateHandlerAssembly>] [<UpdateHandlerClassName>
</UpdateHandlerClassName>]
</Properties>
Attribute
Keine
Untergeordnete Elemente
Übergeordnete Elemente
Beispiel
<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>