Support Board
Date/Time: Wed, 08 Jan 2025 17:26:25 +0000
Post From: protect study settings from code
[2016-07-08 20:20:10] |
onnb - Posts: 662 |
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"; |