Support Board
Date/Time: Sat, 10 May 2025 00:25:45 +0000
Post From: protect study settings from code
[2016-07-08 20:20:10] |
onnb - Posts: 663 |
When I add a study, I have the setting protect with password. Is there a way with ACSIL to set that programmatically? (or something similar). In general, would like to have ability send a study out that users cannot access the study settings. It would be nice to be able to do something like this: sc.ProtectWithPassword = 1; sc.Password = "XYZ"; |