C# - I'm building a console app to read the OneDrive folder status. I can read so many attributes of file/folder but don't know how to get the Status column value here.
UPDATED: This approach is different that the one that describe here (using Shell32, registry...) How can I check local OneDrive folder is in sync?
So it is not duplicated question


Add reference to Shell32 e.g C:\Windows\SysWOW64\shell32.dll ( I did try the WindowsAPICodePack ShellPropertyCollection but that did not work )