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

Version 1 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.14 / 2.6.6.

Syntax

admProjectExists(project key)

Description

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

Parameters

Parameter name

Type

Required

Description

 project keystringyesProject key.

Return type

boolean

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

Example

boolean prjExist = admProjectExists("TEST");

See also

  • No labels