Deleting files from SharePoint through Script Task in SSIS

  • Thread starter Thread starter Yohandy
  • Start date Start date
Y

Yohandy

Guest
Hi,

Is there a way to delete files from a sharepoint using Script task in SSIS? I know that the script task is using c# as the script language. I've tried HttpWebRequest and FtpWebRequest, but it tells me Error 501 NOT IMPLEMENTED. I also tried to use SPSite but it tells me that the namespace SharePoint isn't included in Microsoft. Does it have something to do with the Sharepoint configuration itself or it's just not possible to do it using c# through Script Task.


Thank you in advance

Continue reading...
 
Back
Top