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
admArchiveProject(projectKey)
Description
Archives a project.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
projectKey | String | Yes | Project key of project to archive. |
Return type
Boolean
Returns 'true' if operation succeeded and 'false' otherwise.
Example
admArchiveProject("TSTPROJ");
See also