Click or drag to resize

ExhibitionRepositoryGetActiveExhibitionsForEvent Method

Returns only active exhibitions for a given event, which are exhibitions that have not yet passed their end dates

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<Exhibition> GetActiveExhibitionsForEvent(
	IEventIdentity eventIdentity
)

Parameters

eventIdentity  IEventIdentity
 

Return Value

IReadOnlyCollectionExhibition
See Also