Open bramdejager opened 6 years ago
Confirmed. Note also that this should return files with no checked in version as in this interface: /_layouts/15/ManageCheckedOutFiles.aspx
Still an issue if its a large list
Any update on this?
Hi Folks, I am experiencing this issue. It doesn't seem to work on large doc libs
Category
Expected or Desired Behavior
When requesting the Checked Out Files in the CSOM 16.1.7521.1200 I don't get any results back (this was back in April 2018). I did validation of this again with CSOM 16.1.8029.1200 and is still not working for me and Paul Pasha. See thread. Eventhough I'm site collection admin on the site collection and within the document library where I request the files I have one checked out file.
Observed Behavior
I would expected the method Microsoft.SharePoint.Client.List.GetCheckedOutFiles() to return the checked out files. In this case, one file.
Steps to Reproduce
I used both the following PowerShell script, and C# to retrieve the checked out files.