Author Topic: ApplyUserLock() for packages  (Read 2513 times)

monika_m

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
ApplyUserLock() for packages
« on: January 10, 2013, 10:38:05 pm »
Hello,

does anyone know whether ApplyUserLock() applied to a package locks the whole branch? I saw that in the GUI it is optional and I can't find any information how ApplyUserLock() exactly works.  Simply testing it would be quite an effort because we don't have security enabled, I only want to prepare our Add-in in case security will get enabled at a later point.

Thanks in advance!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: ApplyUserLock() for packages
« Reply #1 on: January 10, 2013, 11:26:13 pm »
It only locks the package itself, nothing else.

Geert


monika_m

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: ApplyUserLock() for packages
« Reply #2 on: January 15, 2013, 05:51:20 pm »
Thanks!