vscam
Hi,
Does anyone know how to get all LocalRepo instances (which stores where the images are uploaded)? Any methods for that?
Thanks
Hi,
Does anyone know how to get all LocalRepo instances (which stores where the images are uploaded)? Any methods for that?
Thanks
There is only one local repo. Did you mean all FileRepo instances?
You can use wfFindFile() to get the File, and then call getRepo() on that file to get the FileRepo class of that file.