Nishand's Blog

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
  • Nishand's Blog

    How to create SearchAlert Programmatically?

    • 1 Comments
    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...
Page 1 of 1 (1 items)