How do you copy a file into SharePoint using a WebService?

后端 未结 10 1488
执念已碎
执念已碎 2020-12-10 06:45

I am writting a winforms c# 2.0 application that needs to put an XML file into a document library on SharePoint.

I want to use a WebService instead of using the ob

10条回答
  •  天涯浪人
    2020-12-10 07:11

    I don't get it, why are you using Copy rather then UpdateListItems. Perhaps UpdateListItems will be a better match?

提交回复
热议问题