Im brand new to Sharepoint. I have a requirement, like, I need to move some documents from different document libraries to a document library called "Region". So that every time a document is updated in these document libraries, the document must also be updated in the "Region" library. I wrote a C # function in the class library, copied the documents to the library and added a dll to this bin folder. The function is working fine. But I'm stuck, not sure where to call this function. In which case should I write it, so that every time any of these documents has been changed, this change should be reflected in the "Region" library.
source
share