photools.com Community

IMatch Discussion Boards => IMatch Scripting and Apps => Topic started by: jeg on September 09, 2017, 01:01:31 PM

Title: Relations/Definition Type
Post by: jeg on September 09, 2017, 01:01:31 PM
I need the type of an relation (endpoint relation/definitions) of a file.

When I request the relations with the endpoint "files/relations" I don't get any information about this. Before in Imatch 5

For Each lVersion In lImage.Versions
   If lVersion.RelationDefinitionName="<name>" Then
       ....
   End If
Next


Can I get the ID or Name of relation?
Title: Re: Relations/Definition Type
Post by: Mario on September 09, 2017, 01:10:33 PM
This has not been implemented. Feel free to add a feature request. Should not be too hard to do.