Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. public class NotificationHandler : IAlertNotifyHandler {
  2. public bool OnNotification(SPAlertHandlerParams ahp) {
  3. var x = string.Empty;
  4. return false;
  5. }
  6. }
  7.  
  8. <NotificationHandlerAssembly>
  9. AlertHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e7e8520342f474c1
  10. </NotificationHandlerAssembly>
  11. <NotificationHandlerClassName>
  12. AlertHandler.NotificationHandler
  13. </NotificationHandlerClassName>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement