I was using a cursor with the longpoll_delta / delta endpoint in V1 of the API to manage some syncing code. I am now converting to V2, so am using theListFolderLongpollAsync / ListFolderContinueAsync methods instead.
So is the cursor 'transferrable'? i.e. can I plug in the latest cursor returned from the V1 API (delta) into the ListFolderLongpollAsync method and expect it to do the right thing?