Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: monika_m on January 10, 2013, 10:38:05 pm

Title: ApplyUserLock() for packages
Post by: monika_m 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!
Title: Re: ApplyUserLock() for packages
Post by: Geert Bellekens on January 10, 2013, 11:26:13 pm
It only locks the package itself, nothing else.

Geert

Title: Re: ApplyUserLock() for packages
Post by: monika_m on January 15, 2013, 05:51:20 pm
Thanks!