StoreProductRepositoryGetAll Method
Retrieves all known Store Products, excluding Discounts.
Note that products that are not considered Store Products will not be retrieved.
See the Ignition User Guide for more information on what criteria a product must meet to be included.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<StoreProduct> GetAll()
Public Function GetAll As IReadOnlyCollection(Of StoreProduct)
public:
virtual IReadOnlyCollection<StoreProduct^>^ GetAll() sealed
abstract GetAll : unit -> IReadOnlyCollection<StoreProduct>
override GetAll : unit -> IReadOnlyCollection<StoreProduct>
Return Value
IReadOnlyCollectionStoreProductThe list of store products