egnyte / egnyte-dotnet

.NET SDK for the Egnyte Public API
5 stars 17 forks source link

move LastModifed up to parent FolderMetadata #11

Closed ckooiker closed 5 years ago

ckooiker commented 5 years ago

When calling FilesClient.ListFileOrFolder I noticed that it was not returning the last modified date for folders. After looking at the API docs the API does actually return last modified.

I've updated the code to reflect this.