Argomento precedente: GetContractTemplateTimeSlots

Argomento successivo: ContractTemplate Detach/Delete Methods

GetContractTemplateCustomAttributes

Description

This method gets all custom attributes for the specified contract template.

Syntax

CustomAttributesCollection GetContractTemplateCustomAttributes (long contractTemplateFolderItemId);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

Return Value

The custom attributes, as type CustomAttributesCollection.

Remarks

None.

GetContractTemplateFolderItems

Description

This method gets a list of contract template folder items in the system for which the name matches the search string.

Syntax

EntityListData GetContractTemplateFolderItems(string searchText);

Parameters

Name

Type

Description

searchText

string

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

Return Value

The list of the contract template folder items, as type EntityListData which contains the name and the folder item ID of contract templates.

Remarks

None.