Vorheriges Thema: ContractTemplate Parameters Methods

Nächstes Thema: DeleteContractTemplateParameter

GetContractTemplateParameters

Description

This method gets all contract level parameters for the specified contract template.

Syntax

ParametersCollection GetContractTemplateParameters (long contractTemplateFolderItemId);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

Return Value

The contract template parameters, as type ParametersCollection.

Remarks

None.