callback::subsite::parameter_changed::impl::acs-content-repository (private)
callback::subsite::parameter_changed::impl::acs-content-repository \ -package_id package_id -parameter parameter -value value
Defined in packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl
Implementation of subsite::parameter_changed for acs-content-repository. This is needed as we can change the CRFileLocationRoot parameter. As the cr_fs_path is stored in an NSV we would need to update the NSV the moment we change the parameter so we don't need to restart the server.
- Switches:
- -package_id (required)
- the package_id of the package the parameter was changed for
- -parameter (required)
- the parameter name
- -value (required)
- the new value
- Author:
- Malte Sussdorff <malte.sussdorff@cognovis.de>
- Created:
- 2005-10-29
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.