Vorheriges Thema: ContractTemplate Metrics Methods

Nächstes Thema: CCE—INS—GetContractTemplateLastCommittedMetrics

GetContractTemplateMetrics

Description

This method gets a list of all metrics of the specified contract template for which the name matches the search string.

Syntax

EntityListData GetContractTemplateMetrics (long contractTemplateFolderItemId, string searchText);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

searchText

string

The text to search for.

The search string is optional and may be left empty. If used, it may contain an asterisk as a wildcard for the search.

Return Value

The contract template metrics, as type EntityListData.

Remarks

An EntityListData object is returned as a collection of EntityListItemData items, which contains both the name and ID of every object.