How to get one file UUID programatically?
In RTC Client, one repository file has UUID like this:
When right click the file->select properties->Jazz Source Control, there will be many properties including "Show UUIDs".
How could I get the file UUID programatically?
I think I should get the stream and component, then construct the RepositoryFile, who can give me some example?
Thanks for your help.
When right click the file->select properties->Jazz Source Control, there will be many properties including "Show UUIDs".
How could I get the file UUID programatically?
I think I should get the stream and component, then construct the RepositoryFile, who can give me some example?
Thanks for your help.