StoreProductRepositoryGetAllPublicationsT Method

Retrieves all known Publication Store Products.

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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