Book a Demo

Author Topic: Retrieve tags of a package  (Read 4110 times)

tzafrir

  • EA User
  • **
  • Posts: 127
  • Karma: +0/-0
    • View Profile
Retrieve tags of a package
« on: March 14, 2016, 04:10:25 am »
hi,
I have tag in a package which I am trying to retrieve using EA API.
The only API that I found that is related to tags is from EA.Element (element.Tag)

For Package, there is no API to retrieve its own tags.
Is there a way to retrieve it throw EA API?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Retrieve tags of a package
« Reply #1 on: March 14, 2016, 06:10:46 am »
Code: [Select]
EA.Package.Element.TaggedValues
geert

tzafrir

  • EA User
  • **
  • Posts: 127
  • Karma: +0/-0
    • View Profile
Re: Retrieve tags of a package
« Reply #2 on: March 15, 2016, 11:47:01 pm »
thanks