ExhibitionRepositoryGetActiveExhibitionsForEvent Method

Returns only active exhibitions for a given event, 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> GetActiveExhibitionsForEvent(
	IEventIdentity eventIdentity
)

Parameters

eventIdentity  IEventIdentity
 

Return Value

IReadOnlyCollectionExhibition

See Also