You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling ViewChangesAsync to get a list of changes, but in the resulting list of items all of the ParentReference.Path fields appear to be null. I can reconstruct the parent path manually by maintaining a dictionary of ParentReference.Id's and their associated paths as I process the list, but is this expected behavior?
The text was updated successfully, but these errors were encountered:
I am calling ViewChangesAsync to get a list of changes, but in the resulting list of items all of the ParentReference.Path fields appear to be null. I can reconstruct the parent path manually by maintaining a dictionary of ParentReference.Id's and their associated paths as I process the list, but is this expected behavior?
The text was updated successfully, but these errors were encountered: