Tagged Questions
0
votes
1answer
42 views
TimerJob editing workflow and web config - Consuming external webservice
I have a list that is attached to a workflow (State machine, VS2010, SP2010).
There is an OnWorkflowItemChanged activity that will check if a column of the list has been changed. If it changed, it ...
0
votes
1answer
42 views
What is UpdateListCompleted and why isn't it documented?
I've been messing around with the SharePoint List web service and I came across an event called UpdateListCompleted.
I thought this might be of some use for the project I am working on so I ...
6
votes
2answers
172 views
Choosing between API and web services
We are designing a system where we will have a service facade, behind this facade will be functionality to update SharePoint. For example to move an item from one list to another.
What we are ...