Vorheriges Thema: GetPortfolioItems

Nächstes Thema: ContractTemplate Methods

GetCatalogItems

Description

This method gets all items for the specified catalog.

Syntax

PortfolioEntityCollection GetCatalogItems (long CatalogId);

Parameters

Name

Type

Description

CatalogId

long

The catalog ID.

Return Value

The items of the catalog, as type PortfolioEntityCollection.

Remarks

None.