Click or drag to resize

StoreProductRepositoryGetAllPublicationsT Method

Retrieves all known Publication Store Products.

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<T> GetAllPublications<T>()
where T : Publication

Type Parameters

T
An overridden entity type, as registered with the CustomEntityRegistrar

Return Value

IReadOnlyCollectionT
The requested list
See Also