How do I determine through API if a Sharepoint site updated or not? We are writing a tool that connects to Sharepoint site and downloads it on the local computer as a model. When someone adds or removes lists/libraries or changes list/library properties, the local model becomes outdated. Can I in simple way query remote site to determine such changes?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
SPSite.LastContentModifiedDate might be what you are looking for http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsite.lastcontentmodifieddate.aspx |
|||
|
|
|
I have found the ChangeLog to work pretty good in these type of situations: |
|||
|
|