ShareFile-NET
ShareFile-NET copied to clipboard
Folder.Children always NULL
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.