Vorheriges Thema: GetContractTemplateParameters

Nächstes Thema: CreateContractTemplateParameter

DeleteContractTemplateParameter

Description

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

Syntax

void DeleteContractTemplateParameter (long contractTemplateFolderItemId, long ParameterID);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

ParameterID

long

The ID of the parameter to delete.

Return Value

None.

Remarks

None.