Click or drag to resize

EventRepositoryGetUpcomingActive Method

Retrieves a list of all active events that have not yet passed their end dates

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<Event> GetUpcomingActive()

Return Value

IReadOnlyCollectionEvent
The requested list
See Also