Click or drag to resize

EventRegistrationRepositoryLookupRegistrationsByIndividual Method

Returns all event registrations for a given individual

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<EventRegistration> LookupRegistrationsByIndividual(
	IIndividualIdentity individual
)

Parameters

individual  IIndividualIdentity
The individual whose registrations to retrieve

Return Value

IReadOnlyCollectionEventRegistration
The requested registrations
Remarks
This method will not return cancelled registrations
See Also