I'm programmatically deleting a module by using
curModuleController.DeleteModule(targetModule.ModuleID);
I would think that would send to Recycle Bin, but doesn't appear to be the case. Is there a way to delete a module/tab through the API and make sure it's in the recycle bin in case it needs to be restored?
I saw the IsDeleted property, set that to true before deleting, didn't seem to have any effect.