Vorheriges Thema: DeleteContractTemplate

Nächstes Thema: ContractTemplate Metrics Methods

DeleteContractTemplateLatestVersion

Description

This method deletes the latest version of the specified contract template.

Syntax

void DeleteContractTemplateLatestVersion (long contractTemplateFolderItemId);

Parameters

Name

Type

Description

ContractTemplateFolderItemId

long

The ID of the contract template folder item.

Return Value

None.

Remarks

None.

Contract Template Metric Notes Methods

GetContractTemplateMeetricNotes

Description

This method get the details of the metric notes in a contract.

Syntax

MetricNotesData GetContractTemplateMetricNotes(long metricID);

Parameters

Name

Type

Description

metricID

long

The Metric's ID.

Return Value

The metric notes details, as type MetricNotesData.

Remarks

None.

UpdateContractTemplateMetricNotes

Description

This method updates the metric notes in a contract template.

Syntax

void UpdateContractTemplateMetricNotes(long metricID, MetricNotesData data);

Parameters

Name

Type

Description

metricID

long

The Metric's ID.

data

MetricNotesData

The data used to update notes of this metric.

Return Value

None.

Remarks

None.