How to get all available search contexts for the current site collection?

If you want to retrieve all available search contexts for the web site collection where your application is initiated then you can use the following code to get it

SearchContext searchContext = SearchContext.GetContext(ServerContext.Current);
Share
Share via
Copy link
Powered by Social Snap