ExhibitionRepositoryGetActiveExhibitions Method
Returns only active exhibitions, which are exhibitions that have not yet passed their end dates
Namespace: Ignition.ExhibitsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<Exhibition> GetActiveExhibitions()
Public Function GetActiveExhibitions As IReadOnlyCollection(Of Exhibition)
public:
virtual IReadOnlyCollection<Exhibition^>^ GetActiveExhibitions() sealed
abstract GetActiveExhibitions : unit -> IReadOnlyCollection<Exhibition>
override GetActiveExhibitions : unit -> IReadOnlyCollection<Exhibition>
Return Value
IReadOnlyCollectionExhibition