I am looking for a clear, complete example of programmatically deleting all documents from a specific document library, via the Sharepoint object model. The doclib does not contain folders. I am looking to delete the documents completely (ie I don't want them in the Recycle Bin).
I know of SPWeb.ProcessBatchData, but somehow it never seems to work for me.
Thanks!