i need to develop some sharepoint search alert related werb part and would be grateful if anyone who has previous knowlenge in this area share code snippets or sights where i am guided.
Thank you.
|
i need to develop some sharepoint search alert related werb part and would be grateful if anyone who has previous knowlenge in this area share code snippets or sights where i am guided. Thank you. |
|||
|
|
|
Code for creating alerts: User's Alerts always null I would then go check out: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spalert_members.aspx and http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spalerttemplate_members.aspx and http://msdn.microsoft.com/en-us/library/bb897791.aspx With the MS structure in mind you should be able to create some example alerts in the gui then fish out their properties with powershell:
With this as a starting point you should be able to see what you can play with, where to build a query, and how to work with the MS Alert structure. |
|||
|
|