ShoppingCartServiceAttemptToIdentify Method
Attempts to associate NetFORUM server-side copy of the cart with the id returned by this service's current identity provider.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected void AttemptToIdentify(
bool requireIdentificationToContinue = false
)
Protected Sub AttemptToIdentify (
Optional requireIdentificationToContinue As Boolean = false
)
protected:
void AttemptToIdentify(
bool requireIdentificationToContinue = false
)
member AttemptToIdentify :
?requireIdentificationToContinue : bool
(* Defaults:
let _requireIdentificationToContinue = defaultArg requireIdentificationToContinue false
*)
-> unit
Parameters
- requireIdentificationToContinue Boolean (Optional)
- If true, causes this method to throw InvalidOperationException if the current identity provider returns an anonymous (not-logged-in) user.