Hi
I am trying to retreive files and subdirectories, with CSSDK, on a directory that has been deleted and submited. I looked in CCPro the versions is disable even if there is 85 versions
If did this and it return me only the last version on a directory that has been deleted and Staged
but on a CSHole File it returns me all the versions
CSFile[] files = client.getFile(fileVPath).getFileRevisionHistory(9999999);
Is there a way to retrieve those files or they are gone for good
Thanks