Click or drag to resize

EventRegistrationRepositoryGetRegistrationById Method

Returns a registration by its registration (registrant) id.

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public EventRegistration GetRegistrationById(
	NetForumId registrantId
)

Parameters

registrantId  NetForumId
Id of the of the registration to retrieve

Return Value

EventRegistration
The requested registration
Exceptions
ExceptionCondition
IgnitionEntityNotFoundExceptionIf no registration matches registrantId
Remarks
This method will not return cancelled registrations
See Also