Click or drag to resize

EventRegistrationRepositoryLookupRegistrationByIndividualAndEvent Method

Returns a registration by an individual and the event that the individual registered for.

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public EventRegistration LookupRegistrationByIndividualAndEvent(
	IIndividualIdentity individual,
	Event registeredEvent
)

Parameters

individual  IIndividualIdentity
Individual whose registration to retrieve
registeredEvent  Event
The event that the individual is registered for

Return Value

EventRegistration
The requested registration
Remarks
This method will not return canceled registrations
See Also