Message 1 of 5
Delete of Files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a bunch of files I need to completely remove from Vault, the question is how since some items have been marked as released. I have an Excel list of roughly 5,000 files that need to be completely removed. I have tried the below but to no avail. Any suggestions of what to use.
Sub RemoveFiles(excelIds As Long())
webMgr.DocumentService.DeleteFileVersionsByMasterIdsUnconditional(excelIds, True, 0, 1, Nothing)
End Sub