Book a Demo

Author Topic: Get the version control configuration ?  (Read 2872 times)

phenck

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Get the version control configuration ?
« on: February 22, 2012, 02:23:04 am »
Hello,

In order to use VersionControlAdd method, I need to get the version control configuration (for the ConfigGuid string)

Is there an accessor to get this information?

Best Regards
P. Henck

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Get the version control configuration ?
« Reply #1 on: February 22, 2012, 07:14:07 am »
AFAIR this is stored in the package properties. You need to SELECT * FROM t_package WHERE packageid = <id>. It's stored in one of the columns (you'll see).

q.