Sharepoint List ServiceのUpdateListItemsが正しい機能であるようですが、特定のドキュメントのコンテンツタイプを実際に更新するために使用する正しいXMLは何ですか?したがって、私がこれを開始する必要があった場合:Sharepoint 2010 WebサービスでドキュメントのContentTypeを変更する
XmlDocument xmlDoc = new XmlDocument();
XmlElement updates = xmlDoc.CreateElement("Batch");
updates.SetAttribute("OnError", "Continue");
updates.SetAttribute("ListVersion", "0");
updates.SetAttribute("ViewName", "");
updates.InnerXml = "<Method ID="1" Cmd="Update"><what should go here?/></Method";
ListService.UpdateListItems(repositoryId, updates);
リストアイテムのコンテンツタイプを更新するにはどうしたらよいでしょうか?これは有効なものとして受け入れ、およびリスト項目のContentTypeをを変更し