Skip to end of banner
Go to start of banner

admProjectExists

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

Description

Returns 'true' if project with provided key exists and 'false' otherwise.

Parameters

Return Type

Boolean

Returns 'true' if project exists and 'false' otherwise.

Examples

boolean prjExist = admProjectExists("TEST");
use "adm";
boolean pexists = projectExists("CX1");

See also

  • No labels