AI OnAI Off
The underlying issue was a bug in 2.3.1 that was grabbing the first Sharepoint view it found, rather than the view selected from configuration. In my case, this resulted in getting some items, but the wrong set of fields. The bug has been fixed in Episerver.ConnectForSharepoint v2.3.2.
I have a Sharepoint (O365) list of documents that are pulled into Episerver. These items contain fields that are then mapped to properties on a MediaData object using the SharePointProcessor API. Now, this was all working in version 2.1.1. I'm currently upgrading to Episerver 11 and thus Episerver.ConnectForSharepoint v2.3.1.
The existing code follows the API sample code:
In v2.3.1, I'm only getting a few fields back. Is there something that needs to change in my implementation to get all fields?