Jump to content

Difference between uses_versions/used_in_version and incoming_links/outgoing_links


Remus Avram

Recommended Posts

Posted

incoming_links/outgoing_links are AssetVersionLink object type

and uses_versions/used_in_version  returns Collection of AssetVersion object type.

 

The thing that creates confusion is that when a new link between versions is created, incoming_links/outgoing_links attributes still return None. In order to get the incoming_links/outgoing_links we need to query again the session for the AssetVersion.

Posted
21 hours ago, Remus Avram said:

The thing that creates confusion is that when a new link between versions is created, incoming_links/outgoing_links attributes still return None. In order to get the incoming_links/outgoing_links we need to query again the session for the AssetVersion.

Yes, I agree this is confusing as we do not expire or update those relationships.

Archived

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

×
×
  • Create New...