Cprime Apps has been rebranded as Anova Apps. Please note the only effect is the company name - all of our products’ names, logos, functionalities, support, etc. is exactly the same. The new location to our documentation space is https://anovaapps.atlassian.net.
Availability
This routine is available starting with SIL Engine™ 4.8.0.12.
Syntax
admGetArchivedProjects()
Description
Gets all projects that have been archived.Return type
String []
Returns and array of project keys.
Example
string [] archivedProjects = admGetArchivedProjects(); for(string ap in archivedProjects) { runnerLog(ap); }
See also