A Complete Synchronize Action

This section demonstrates code for a connector's synchronize action. During a complete synchronize, a connector ingests every document in a repository, regardless of whether the documents have changed since the last synchronize.

To avoid requiring additional dependencies, the sample code generates its own documents. The sample also shows how the code for the connector can be divided between multiple source files.

A complete Visual Studio project for this connector is included in the SDK (see the SimpleSynchronize project in the CodeSamples solution). If you want to try the connector you can build this to produce SimpleSynchronize.dll.