acs_privacy::privacy_control_enabled_p (public, deprecated)
acs_privacy::privacy_control_enabled_p
Defined in packages/acs-tcl/tcl/acs-private-data-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Returns whether privacy control is turned on or not. This is provided in order to have complete backwards compatibility with past behaviors, where private information was in no way regulated. DEPRECATED: this privacy feature was only used in the context of dotlrn, which also has an own set of apis for a similar purpose.
- See Also:
- dotlrn
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc acs_privacy::privacy_control_enabled_p # If no parameter set, then we assume privacy control is DISABLED return [parameter::get -package_id [ad_acs_kernel_id] -parameter PrivacyControlEnabledP -default 0]XQL Not present: Generic, PostgreSQL, Oracle