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.
The sample uses a directory on the file system to represent a repository.
A complete Visual Studio 2010 solution for this connector is included in the SDK (SimpleSynchronize.sln
). If you want to try the connector you can build this to produce SimpleSynchronize.dll
.