Browse by Tags

All Tags » c# (RSS)

ContentEnumerator.cs for stored procedure sample

Here is a new version of ContentEnumerator.cs and Accessor.cs based off of John Kohz's PH c# sample to show you how you might utilize a custom protocol handler to crawl a database. Just replace the origninal file in his sample code with this version...

Writing a custom protocol handler for SharePoint

As mentioned in a previous post there are limitations involved in using the BDC to crawl and make searchable all of your Enterprise data. Some of these limitations are deal breakers and you must turn to an alternate solution for searching your data. Some...