SyncKnowledge ReadXML missing
-
Thursday, November 29, 2012 2:01 PM
Hi,
I' using the SyncFramework SDK 2.1 and from the help file and online decoumentation I see there should be a method SyncKnowledge.ReadXML (http://msdn.microsoft.com/en-us/library/microsoft.synchronization.syncknowledge.readxml.aspx) however it isn't! What's wrong?
I'm trying to create the Sharepoint provider and using the http://msdn.microsoft.com/en-us/library/websvclists.lists.getlistitemchangeswithknowledge(v=office.14).aspx method and I'd like to create the SyncKnowledge object from the received XElement (that's also interesting, that it should by XmlNode by the documentations, but when I attached this web service the method has XElements as parameters.)
Do you know what happened with this method? (And also the WriteXML is missing) Any idea how to simply create SyncKnowledge object from xml?
Thanks
Filip
All Replies
-
Monday, December 03, 2012 3:36 AMModeratorwhat do you mean "it's missing" ?
-
Monday, December 03, 2012 8:13 AM
I mean that it's not in the library - it should be public void, but I'don't see it and can not call it
-
Monday, December 03, 2012 10:38 AMModerator
probably because its marked as editor not browsable, but it's definitely there and is declared as public as well..
- Marked As Answer by Filip Mateasko Monday, December 03, 2012 11:27 AM
-
Monday, December 03, 2012 11:27 AM
Aaa, you are right - it was my fault - I tried to write it directly in the editor, but I used ReadXML instead of ReadXml.
Thanks!
Filip

