File and folder renames
I am writing an Audit SDK that is suppose pull user events and store them into centralized auditing software that we use. One of the problems I have come across is the ITEM_RENAME event type. I can often get the actual file name from the version history using the FileManager.ViewVersionAsync .Net SDK method. This is good and is what I would exspect it to be. The biggest problem with this is that, although the event type is "RENAME", the version information shows it might not be a rename, just a change to the file information such as changing the description text. The other problem is that I also get event type of ITEM_RENAME of folders and cannot get version information on folders.
Is there a way of getting folder version information? Is there a way of determining if an ITEM_RENAME is actually a RENAME of the item listed?
Thanks
Please sign in to leave a comment.
Comments
0 comments