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.)
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void SaveRegistration(
EventRegistration registration
)
Public Sub SaveRegistration (
registration As EventRegistration
)
public:
virtual void SaveRegistration(
EventRegistration^ registration
) sealed
abstract SaveRegistration :
registration : EventRegistration -> unit
override SaveRegistration :
registration : EventRegistration -> unit
Parameters
- registration EventRegistration
- The registration to save