Vorheriges Thema: GetPortfolios

Nächstes Thema: GetCatalogItems

GetPortfolioItems

Description

This method gets all items for the specified portfolio.

Syntax

PortfolioEntityCollection GetPortfolioItems (long PortfolioId);

Parameters

Name

Type

Description

PortfolioId

long

The portfolio ID.

Return Value

The items of the portfolio, as type PortfolioEntityCollection.

Remarks

None.