Click or drag to resize

EventRepositoryGetAllActive Method

Retrieves a list of all active events, which are events that are within their "post to web" dates

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

Return Value

IReadOnlyCollectionEvent
The requested list
See Also