Can we delete a document object from MOSS document library using VB/ C# code ?
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
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
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.