publish::get_publish_roots (public)
publish::get_publish_roots
Defined in packages/acs-content-repository/tcl/publish-procs.tcl
Get a list of all page roots to which files may be published. The publish roots are controlled by the PublishRoots parameter in CMS, which should be a space-separated list of all the roots. Relative paths are relative to publish::get_page_root. The default is [list [publish::get_page_root]]
- Returns:
- A list of all the publish roots
- See Also:
- publish::get_template_root
- publish::get_page_root
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.