getCatalog

On this page
Back to index

Summary

Retrieves a catalog by name.
projectName
Stringrequired
The name for the project that must be unique among all projects.
catalogName
Stringrequired
The name of the catalog.

Usage

Perl

$cmdr->getCatalog( "test-projectName", # projectName "test-catalogName" # catalogName );

ectool

ectool getCatalog \ "test-projectName" `# projectName` \ "test-catalogName" `# catalogName`