Show contract types

The /ListContractType command can provide detailed information on a particular contract type or show a list containing all contract types.

Parameters

This command has the following parameters:

Parameter

Required / Optional Description

/Name

Optional Name of the contract type.
/Version Optional Version number of the contract type.

Use the /Name= and /Version= parameters to get information on a particular contract type, including a list of interfaces it contains. If none of the parameters is used, a list of all contract types is shown.

Examples

The following example demonstrates how a list of all contract types can be triggered.

ManageCM /ListContractType 

The second example shows how detailed information on the version 1 of the contract type ISVPerformAction can be shown.

ManageCM /ListContractType /Name=ISVPerformAction /Version=1