Question

I need to e.g detect in a console application any updates that affect items in a SP list. Thanks!

Was it helpful?

Solution

You cannot have event receiver in client object model, Pls check the MSDN documentation on the SP.List object: MSDN.

But yes if you want to do the same using Server object model in Console application...it is possible. To detect the changes you can attach event receiver on the List in the event you want and then either you can log the changes based on your need or debug the application to get the changes.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top