Ashfaq Afzal
Ashfaq Afzal
I'm using the example code ``` var result = await _client.Propfind(baseAddress); if (result.IsSuccessful) { foreach (var res in result.Resources) { Trace.WriteLine("Name: " + res.DisplayName); Trace.WriteLine("Is directory: " + res.IsCollection); Trace.WriteLine("Content...
HI, I tried to synchronize all the files from the server using a loop for downloading all the files and directories but I'm getting: `Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in mscorlib.dll` the...
### Describe the Bug When we auto create the tasks and flows and then we start deleting tasks one by one (not flows), layout get messed up as the flow...