ShoppingCartServiceAttemptToIdentify Method

Attempts to associate NetFORUM server-side copy of the cart with the id returned by this service's current identity provider.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
protected void AttemptToIdentify(
	bool requireIdentificationToContinue = false
)

Parameters

requireIdentificationToContinue  Boolean  (Optional)
If true, causes this method to throw InvalidOperationException if the current identity provider returns an anonymous (not-logged-in) user.

See Also