How do you use the CopyIntoItems method of the SharePoint Copy web service?

前端 未结 3 1227
暗喜
暗喜 2021-01-06 11:25

I am attempting to load document files into a document library in SharePoint using the CopyIntoItems method of the SharePoint Copy web service.

The code below execut

3条回答
  •  渐次进展
    2021-01-06 11:52

    The sourceurl is used in Sharepoint. It is a link back to the "Source Document." When in your document library, hover over the item, to the right appears a down pointing triangle. Clicking on it, brings up a menu. Click on the "View Properties" Option. On this page you will see the following "This item is a copy of http://null ( Go To Source Item | Unlink )"

    Because we are using the Copy function Sharepoint is keeping track of the "Source item" as part of the Document Management feature.

提交回复
热议问题