Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 14:46:53 +0000



Post From: protect study settings from code

[2016-07-08 20:20:10]
onnb - Posts: 661
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";