Click or drag to resize

ShoppingCartServiceUpdatePendingGroupRegistration Method

Updates a single pending group registration in the NetFORUM server-side shopping cart with new values.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void UpdatePendingGroupRegistration(
	NetForumId cartItemId,
	Object valuesToUpdate
)

Parameters

cartItemId  NetForumId
The id of the existing group registration cart item whose values should be updated.
valuesToUpdate  Object
Flex-compatible object containing the values to apply, with properties named after the appropriate EventsRegistrantGroup fields.
Remarks
No validation is performed on valuesToUpdate. Setting invalid values may cause NetFORUM internal errors or have other unexpected results.
See Also