EventRegistrationRepositoryGetRegistrationById Method

Returns a registration by its registration (registrant) id.

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public EventRegistration GetRegistrationById(
	NetForumId registrantId
)

Parameters

registrantId  NetForumId
Id of the of the registration to retrieve

Return Value

EventRegistration
The requested registration

Remarks

This method will not return cancelled registrations

Exceptions

IgnitionEntityNotFoundExceptionIf no registration matches registrantId

See Also