I have a client where many of its users are uploading files through explorer view. However, document versioning is enabled so a lot of the files are never checked it. I need to create a report which goes through all my sites within a collection, all the libraries and finds documents which are checked out but do not have version numbers (basically documents which have never been checked in).
I know I need to use getListItems but I'm not sure how to set up the CAML query to return this. I also don't need it to check lists like Calendars, Events or anything since this only applies to Document Libraries.
Anyone have an idea of how I could get a report which provides me the file name, site and library of documents which have no checked in version?
I know I need to use getListItems but I'm not sure how to set up the CAML query to return this. I also don't need it to check lists like Calendars, Events or anything since this only applies to Document Libraries.
Anyone have an idea of how I could get a report which provides me the file name, site and library of documents which have no checked in version?