Skip to end of banner
Go to start of banner

admDeleteProject

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 2 Current »

Description

Deletes the project indicated in the project_key parameter.

Parameters

Return Type

Boolean

Returns true if the project has been deleted.

Examples

Example 1

string key_basic = "B"+ count++;
deleteProject(key_basic);

Example 2

string key_cmpl = "C"+ count;
deleteProject(key_cmpl);

See also

  • No labels