Vorheriges Thema: DeleteContractParameter

Nächstes Thema: UpdateContractParameter

CreateContractParameter

Description

This method creates a contract level parameter for the specified contract version.

Syntax

void AddContractParameter (long ContractVersionID, ParameterData parameterData);

Parameters

Name

Type

Description

ContractVersionID

long

The ID of the contract version.

parameterData

ParameterData

The data to use to create the parameter.

Return Value

None.

Remarks

The ID of the newly created parameter can be obtained by invoking GetContractParameters.