webdav-client icon indicating copy to clipboard operation
webdav-client copied to clipboard

Pagination for getDirectoryContents

Open rowthan opened this issue 3 years ago • 1 comments

Is there a pagination params for getDirectoryContents query ? as below:

client.getDirectoryContents('/root',{
  rows: '20-40' // means find the items from 20 - 40 
})

https://docs.microsoft.com/zh-cn/previous-versions/office/developer/exchange-server-2003/aa123634(v=exchg.65)

rowthan avatar Feb 24 '22 04:02 rowthan

There is not, but I'd happily accept a PR adding this as an optional feature.

perry-mitchell avatar Feb 25 '22 20:02 perry-mitchell