AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SnipcartEngine..::..UserAuthenticationSuccess Method (AdvantageMasterPageTemplate, Action<(Of <(<'String>)>)>, Boolean, eSnipcartServiceType)

This event is triggered when a customer successfully Logs into the cart. You will receive the customer email in the callback method.

Namespace:  AdvantageCSP.Snipcart.Engine
Assembly:  AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)

Syntax


public static void UserAuthenticationSuccess(
	AdvantageMasterPageTemplate masterPage,
	Action<string> myMethodName,
	bool closeDialog,
	eSnipcartServiceType serviceType
)

Parameters

masterPage
Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantageMasterPageTemplate
The AdvantageMasterPageTemplate that called this method
myMethodName
Type: Action<(Of <(<'String>)>)>
The method name to call on trigger
closeDialog
Type: Boolean
if set to true [close dialog].
serviceType
Type: AdvantageCSP.Snipcart.Enums..::..eSnipcartServiceType
PostBack or Callback