pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::IBasket Class Reference

Basket interface. More...

Properties

IBasketItem^  RootFolder [get]
 The root folder. More...
 
IBasketCalculation^  Calculation [get]
 The basket's calculation. More...
 
ReadOnlyCollection< String^ >^ AvailableLanguages [get]
 A list of potentially available languages (two letter ISO codes) for this basket. More...
 

Detailed Description

Basket interface.

Property Documentation

ReadOnlyCollection< String^>^ X3g::Plugin::IBasket::AvailableLanguages
get

A list of potentially available languages (two letter ISO codes) for this basket.

Use IArticleManager::GenerateBasket to request additional languages. Not all items are supporting all languages. For article items the supported language depends on the product data. e.g. IBasketItem::GetLabel() may return null even if the requested language is returned here.

IBasketCalculation^ X3g::Plugin::IBasket::Calculation
get

The basket's calculation.

IBasketItem^ X3g::Plugin::IBasket::RootFolder
get

The root folder.