Skip to end of banner
Go to start of banner

admCreateProject

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Description

Creates a new project, optionally offering support for category of the project

Parameters

Return Type

Boolean (true/false)

Returns 'true' if the project was created and 'false' if not.

Examples

Example 1

admCreateProject("T3", "Thunderbolt3", "Three thunderbolts in a single hole", "zeus", "http://thunderbolts.olimpus.gr", "PUBLIC", false, 0);

Example 2

admCreateProject("T3", "Thunderbolt3", "Three thunderbolts in a single hole", "zeus", "http://thunderbolts.olimpus.gr", "PUBLIC", false, 0, "business");

  • Attempts to create a project with the same key or name as an existing project will result in an error
  • Executing user must have permissions to create projects

See also

  • No labels