Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
If i used Things["SystemRepository"].DeleteFile(); service, then the file should be deleted in repository and it should not stored in recycle bin. How to do this
Solved! Go to Solution.
In my case, deleted files using Things["SystemRepository"].DeleteFile() doesnt stored in recycle bin.
Hi @AP_9587236 ,
As I have understood from the given query is that, After deleting the file using the mentioned service from the repository and it should not go to the recycle bin. As far as i know, this cannot be done. Still, I will try to collect more info and get back to you.
Regards
Bhawna
Thanks
I guess we have to change settings in recycle bin but that would affect all the files
In my case, deleted files using Things["SystemRepository"].DeleteFile() doesnt stored in recycle bin.