hello.
Is it possible to distinguish whether it is old or new with only the Revision ID?
When a very complex task is performed in a short time, a lot of changes information using listfolder comes in at once, so I want to use RevisionID to distinguish whether it is previous or not.
In the Revision ID obtained from listfolder, I want to distinguish whether this RevisionID is old or new by comparing it to the RevisionID I already have.
Could this be possible?
I wonder if it is possible simply by String Compare or if I have to cut off a part of the ID and turn it into a number.