Hello,
I want to access the current CWD FileManagerDirectoryContent object to get the Id property value.
previously I was able to get it by deserializing the data string into FileManagerDirectoryContent, but recently after updating to the newer version 18.4 the data object is coming like a string [object Object].
public void Upload(string path, IList<IFormFile> uploadFiles,string action,string data)
{
FileManagerDirectoryContent current = JsonConvert.DeserializeObject<FileManagerDirectoryContent>(data);