Quantcast
Channel: Microsoft SQL Server Community Samples: Integration Services
Viewing all articles
Browse latest Browse all 582

Commented Issue: SharePoint Utility - Buggy RemoveFiles method [18247]

$
0
0
<p>Hello,</p>
<p>&#160;</p>
<p>I think there is a bug in the RemoveFiles method of SharePoint Utility assembly (ListsServiceUtility.vb) :</p>
<p>&#160;</p>
<p>At line 328-329 of ListsServiceUtility.vb file, the list name is not passed as parameter, but a hard coded value : </p>
<p>&#160;</p>
<p> Dim data = listsProxy.GetSharePointListItemData( _</p>
<p> &quot;Documents&quot;, viewName, New String() {&quot;FileRef&quot;, &quot;ID&quot;}, , False, 300)</p>
<p>&#160;</p>
<p>&#160;</p>
<p>It should be </p>
<p> Dim data = listsProxy.GetSharePointListItemData( _</p>
<p> listName, viewName, New String() {&quot;FileRef&quot;, &quot;ID&quot;}, , False, 300)</p>
Comments: ** Comment from web user: kevinidzi **

A new version has been released, please try it out (marked beta)


Viewing all articles
Browse latest Browse all 582

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>