Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. namespace My.Csutom.CustomAlert
  2. {
  3.  
  4. public class Class1 : IAlertNotifyHandler, IAlertUpdateHandler
  5. {
  6.  
  7.  
  8.  
  9.  
  10.  
  11. #region IAlertNotifyHandler Members
  12.  
  13. public bool OnNotification(SPAlertHandlerParams ahp)
  14. {
  15.  
  16. }
  17. public bool PostUpdate(SPAlert a, SPWeb web, bool newAlert, string properties)
  18. {
  19.  
  20.  
  21. }
  22. public bool PreUpdate(SPAlert a, SPWeb web, bool newAlert, string properties)
  23. {
  24.  
  25. }
  26.  
  27.  
  28. #endregion
  29. }
  30.  
  31. <Properties>
  32. <ImmediateNotificationExcludedFields>ID;Author;Editor;Modified_x0020_By;Created_x0020_By;_UIVersionString;ContentType;TaskGroup;IsCurrent;Attachments;NumComments;</ImmediateNotificationExcludedFields>
  33. <DigestNotificationExcludedFields>ID;Author;Editor;Modified_x0020_By;Created_x0020_By;_UIVersionString;ContentType;TaskGroup;IsCurrent;Attachments;NumComments;</DigestNotificationExcludedFields>
  34. <NotificationHandlerAssembly>My.Csutom.CustomAlert, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e6e03cc6ce4a630b</NotificationHandlerAssembly>
  35. <NotificationHandlerClassName>My.Csutom.CustomAlert.Class1</NotificationHandlerClassName>
  36. <NotificationHandlerProperties></NotificationHandlerProperties>
  37. <UpdateHandlerAssembly>My.Csutom.CustomAlert, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e6e03cc6ce4a630b</UpdateHandlerAssembly>
  38. <UpdateHandlerClassName>My.Csutom.CustomAlert.Class1</UpdateHandlerClassName>
  39. <UpdateHandlerProperties></UpdateHandlerProperties>
  40. </Properties>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement