ShareFile-NET icon indicating copy to clipboard operation
ShareFile-NET copied to clipboard

Folder.Children always NULL

Open GLemcool opened this issue 5 years ago • 0 comments

Noted Behavior: Folder.Children appears to always return NULL causing any attempt to iterate over the child objects to fail. Furthermore, there appears to be no method to populate the Children as a separate call. While there does exist a ShareFileClient.Items.GetChildren, the availability of a Children collection on the Folder object does not function.

Expected Behavior: Children should either be populated, get populated when accessed, have a method to populate (either Children.Method or Folder.GetChildren) or not be present forcing clear requirement to use alternate methods.

GLemcool avatar Jan 23 '20 23:01 GLemcool