getProject

Back to index

Summary

Finds a project by its name.
projectName
Stringrequired
The name for the project that must be unique among all projects.

Usage

Perl

$cmdr->getProject( "test-projectName" # projectName );

ectool

ectool getProject \ "test-projectName" `# projectName`

Examples

Perl

$cmdr->getProject("Quarterly Summary");

ectool

ectool getProject "Quarterly Summary"