ExhibitionRepositoryGetActiveExhibitions Method

Returns only active exhibitions, which are exhibitions that have not yet passed their end dates

Definition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<Exhibition> GetActiveExhibitions()

Return Value

IReadOnlyCollectionExhibition

See Also