Welcome to my personal blog, All the information in this bogs is my ideas,findings and thoughts on .Net, Asp.Net and SharePoint.
ALL POSTING ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
July 2007 - Posts
-
Note: Make sure that you have enabled search based alerts SSP-> Search Settings -> Search Based Alerts 1: SPSite spSite = new SPSite( "http://nishand:300/sites/PubSite/Search/" ); 2: SPWeb web = spSite.OpenWeb(); 3: Query alertQuery = new KeywordQuery(spSite); Read More...
|