getCatalogs

On this page
Back to index

Summary

Retrieves all catalogs in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.

Usage

Perl

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

ectool

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