SharePoint Sync Framework API
Applies to: SharePoint Foundation 2010
The Microsoft Sync Framework for SharePoint Foundation uses two Web methods on the Lists Web service:
-
This method returns all of the list items that satisfy specified criteria and that have changed after the date-time specified in the knowledge parameter for a specified list. Details of the method parameters can be found in the reference documentation for this method.
UpdateListItemsWithKnowledge(String, XmlNode, String, XmlNode)
Makes inserts, updates, and deletions to specified list items and provides the server with current knowledge metadata.
See Also
Reference
UpdateListItemsWithKnowledge(String, XmlNode, String, XmlNode)