Jump to content

Get specific asset version?


zachary-d

Recommended Posts

Posted

Is there anyway to grab a specific asset version without using the asset version entity id?  We would really like a call like Asset.getVersion(versionNumber) for times when we dont have the asset version entity id. 

 

The only way I see to do it know is loop through Asset.getVersions().getVersion() and check if its the correct one. This is too many calls for a simple thing that we need to do quite often.

 

 

thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...