How do I rename a file using the SharePoint web services?
问题 I have a custom definition for a document library and I am trying to rename documents within the library using only the out of the box web services. Having defined a view with the "Name" field supplied and trying the "LinkFilename", my calls to rename a file are respectively returning a failure or ignoring the new value. How do I rename a file using the SharePoint web services? 回答1: Use the Lists.UpdateListItems web method. The XML request should look like: <Batch OnError="Continue" PreCalc=