Hello,
Is there any way with the API to get a list of references (where used) in a specific configuration?
I have only found a way to get all References with
GetReferenceTree GetFirstParentPosition2
With GetFirstParentPosition2 i can set the Version and get only the references in the specific Version. But i want the same list as in the explorer view:
Is there a way to get this list?
Currently i use a workaround:
Get all Where Used and then get all references from the where used documents and check if the configuration is the same. But this is very slow.
Regards
Sascha