![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Basket Item. More...
Public Member Functions | |
System::String^ | GetLabel (System::String^ pLanguage) |
Returns the item's label in the given language. More... | |
Properties | |
System::String^ | Id [get] |
The item id. More... | |
BasketItemType | Type [get] |
The item type More... | |
System::String^ | ReferenceNumber [get] |
The item's reference number. More... | |
System::String^ | Position [get] |
The item's position inside the basket. More... | |
IBasketItem^ | Parent [get] |
The item's parent. More... | |
ReadOnlyCollection< IBasketItem^ >^ | Children [get] |
The item's children. More... | |
Basket Item.
System::String X3g::Plugin::IBasketItem::GetLabel | ( | System::String^ | pLanguage) |
Returns the item's label in the given language.
"" can be used as a fallback language. A fallback name is returned in this case.
|
get |
The item's children.
|
get |
The item id.
If the item is an article the id relates to IArticleEntityInfo::BasketId. If the item is a folder the id relates to IFMItem::Id.
|
get |
The item's parent.
|
get |
The item's position inside the basket.
|
get |
The item's reference number.
If the item is an article the number relates to IArticleEntityInfo::ReferenceNumber. If the item is a folder the number relates to IFMItem::ReferenceNumber.
|
get |
The item type