Vorheriges Thema: DeleteContractTemplateParameter

Nächstes Thema: UpdateContractTemplateParameter

CreateContractTemplateParameter

Description

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

Syntax

void CreateContractTemplateParameter (long contractTemplateFolderItemId, ParameterData parameterData);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

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 GetContractTemplateParameters.