Vorheriges Thema: GetContractStatus

Nächstes Thema: CreateContractParameter

DeleteContractParameter

Description

This method deletes the specified contract level parameter of the specified contract version.

Syntax

void DeleteContractParameter (long ContractVersionID, long ParameterID);

Parameters

Name

Type

Description

ContractVersionID

long

The ID of the contract version.

ParameterID

long

The ID of the parameter to delete.

Return Value

None.

Remarks

None.