How to get the RTC version ID using client libraries ?
Hello
|
One answer
IWorkspaceManager#getVersionableIdentifiers() is the correct client-side API to use to get the version IDs of a file (an IVersionable).
You say "But it do not get the expected result"... what result are you expecting? |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
i used the following code ,
SCMPlatform.getWorkspaceManager(rtcTeamRepo).getVersionableIdentifiers( new IVersionableHandle[] {versionableHandle}, monitor));
But it do not get the expected result ,
Is it the right api i am using ?