Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetArchivedProjects() | Package | adm | Alias | | Pkg Usage | archivedProjects() | |
Description
Excerpt |
---|
|
Gets all projects that have been archived. |
This routine returns the list of archived projects.
Return Type
string []
Returns and array of project keys.
Example
Code Block |
---|
|
string [] archivedProjects = admGetArchivedProjects();
for(string ap in archivedProjects) {
runnerLog(ap);
} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "project_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|