content::revision::check_files (private)
content::revision::check_files [ -max_results max_results ] \ [ -max_checks max_checks ] [ -returnlist ]
Defined in packages/acs-content-repository/tcl/content-revision-procs.tcl
Figure out, how many files in the CR are not linked to the revisions in the content repository, and report them optionally.
- Switches:
- -max_results (optional, defaults to
"5000"
)- stop after having found so many non-referenced files
- -max_checks (optional, defaults to
"10000"
)- stop after having checked so many non-referenced files
- -returnlist (optional, boolean)
- return the non-referenced files as part of the result
- Author:
- Gustaf Neumann
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.