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

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<Event> GetAllInCallForPapers()

Return Value

IReadOnlyCollectionEvent
The requested list

See Also