StoreProductRepositoryGetAllPublicationsT Method
Retrieves all known Publication Store Products.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<T> GetAllPublications<T>()
where T : Publication
Public Function GetAllPublications(Of T As Publication) As IReadOnlyCollection(Of T)
public:
generic<typename T>
where T : Publication
virtual IReadOnlyCollection<T>^ GetAllPublications() sealed
abstract GetAllPublications : unit -> IReadOnlyCollection<'T> when 'T : Publication
override GetAllPublications : unit -> IReadOnlyCollection<'T> when 'T : Publication
- T
- An overridden entity type, as registered with the CustomEntityRegistrar
IReadOnlyCollectionTThe requested list