EventRegistrationRepositorySaveRegistration Method

Saves a new registration record, but does NOT create an invoice. Do not use this option if you intend to charge fees, or want tracks / sessions / guests. To take advantage of these options, place the registration into the shopping cart. In netFORUM, this method corresponds to a 'free registration' (A registration with no invoice as opposed to a registration with a $0 invoice.)

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void SaveRegistration(
	EventRegistration registration
)

Parameters

registration  EventRegistration
The registration to save

See Also