<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcSharepoint.DeleteFile</id>
	<title>PdcSharepoint.DeleteFile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcSharepoint.DeleteFile"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcSharepoint.DeleteFile&amp;action=history"/>
	<updated>2026-05-06T14:30:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcSharepoint.DeleteFile&amp;diff=3329&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == DeleteFile(strItemId As String) As Boolean  == Description == Remove a file from Sharepoint, it will be removed from the directory targetted by the name pass...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcSharepoint.DeleteFile&amp;diff=3329&amp;oldid=prev"/>
		<updated>2022-01-28T12:59:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == DeleteFile(strItemId As String) As Boolean  == Description == Remove a file from Sharepoint, it will be removed from the directory targetted by the name pass...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
DeleteFile(strItemId As String) As Boolean&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Remove a file from Sharepoint, it will be removed from the directory targetted by the name passed to the constructor ([[pdcApplication.Sharepoint]])&amp;lt;br&amp;gt;&lt;br /&gt;
If unsuccessful, [[PdcApplication.LastError]] will contain an error message&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Dim sp As PDCEXT.PdcSharepoint = PDC.App.Sharepoint(&amp;quot;scriptLocation&amp;quot;)&lt;br /&gt;
Dim resultId As String = sp.UploadFile(&amp;quot;C:\files\test.txt&amp;quot;)&lt;br /&gt;
sp.DeleteFile(resultId)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since 2021R4&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>