Back to index
Summary
Retrieves a catalog by name.projectNameStringrequiredThe name for the project that must be unique among all projects. catalogNameStringrequiredThe name of the catalog. |
Usage
Perl
$cmdr->getCatalog( "test-projectName", # projectName "test-catalogName" # catalogName );
ectool
ectool getCatalog \ "test-projectName" `# projectName` \ "test-catalogName" `# catalogName`