 | IStandardCartItemCollectionTJustPublications Property |
A collection of just the invoice detail cart items with a product type of Publication
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxICartItemCollection<InvoiceDetailCartItem> JustPublications { get; }ReadOnly Property JustPublications As ICartItemCollection(Of InvoiceDetailCartItem)
Get
property ICartItemCollection<InvoiceDetailCartItem^>^ JustPublications {
ICartItemCollection<InvoiceDetailCartItem^>^ get ();
}abstract JustPublications : ICartItemCollection<InvoiceDetailCartItem> with get
Property Value
ICartItemCollectionInvoiceDetailCartItem
Remarks
Items in bundles are not included in this collection. To retrieve those, access them through
JustBundles and
Components
See Also