I was wondering if there is a good way to control the document library in SharePoint for changes (new files added, files changed / marked, files deleted, etc.).
Basically, what System.IO.FileSystemWatcher does in local / network directories.
Are there any events that are fired when documents are uploaded to document libraries?
Perhaps creating a workflow in a document library that runs onCreate / onModify would be better?
Any suggestions are welcome.
source share