ShoppingCartServiceUpdatePendingEventRegistration Method
Updates a single pending event registration in the NetFORUM server-side shopping cart with new values.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void UpdatePendingEventRegistration(
NetForumId cartItemId,
Object valuesToUpdate
)
Public Sub UpdatePendingEventRegistration (
cartItemId As NetForumId,
valuesToUpdate As Object
)
public:
virtual void UpdatePendingEventRegistration(
NetForumId^ cartItemId,
Object^ valuesToUpdate
) sealed
abstract UpdatePendingEventRegistration :
cartItemId : NetForumId *
valuesToUpdate : Object -> unit
override UpdatePendingEventRegistration :
cartItemId : NetForumId *
valuesToUpdate : Object -> unit
Parameters
- cartItemId NetForumId
- The id of the existing event registration cart item whose values should be updated.
- valuesToUpdate Object
-
Flex-compatible object containing the values to apply, with properties named after the appropriate EventsRegistrant fields.
No validation is performed on valuesToUpdate. Setting invalid values may cause NetFORUM internal errors or have other unexpected results.