Click or drag to resize

EventRepositoryGetAllInCallForPapers Method

Retrieves a list of all events in the "Call for Papers" status, which are events that accept abstract submissions and are not passed the abstract submission deadline

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

Return Value

IReadOnlyCollectionEvent
The requested list
See Also