Back to index
Summary
Retrieves information for one license.productNameStringrequiredProduct name of the license. featureNameStringrequiredFeature name of the license. |
Usage
Perl
$cmdr->getLicense( "test-productName", # productName "test-featureName" # featureName );
ectool
ectool getLicense \ "test-productName" `# productName` \ "test-featureName" `# featureName`