Can we delete a document object from MOSS document library using VB/ C# code ?
Can we delete a document object from MOSS document library using VB/ C# code ?
Hi,
I like to know if we can delete the documents in the document object library using a program written in C# or VB or any other language
Thanks,
Lokeya
Can we delete a document object from MOSS document library using VB/ C# code ?
Polina159216
yes, but the application (the program) would have to run on the sharepoint server itself. Alternatively you can write a web service that gets a url of a document to delete and deletes it.