Obtain file given stream and itemID (API)
![]()
Given a stream and an itemID uuid, how can I obtain a file item handle efficiently using the API? I know I could always traverse every file in the stream and compare id's but that takes too long to do.
|
2 answers
![]()
if you have the item (file/versionable) UUID you can get is item handle via (for example)
see accepted answer here https://jazz.net/forum/questions/94538/get-iversionablehandle-from-uuid as for which stream (or workspace) that versionable might be in? yeesh.. |