CyberStore Ecommerce 2023 Documentation
VerifyConfirmationCode Method (CustomerAccountControl)


Dovetail.Ecommerce.Controls Namespace > CustomerAccountControl Class : VerifyConfirmationCode Method
Source of the event.
Event information.
The code.
Verify confirmation code.
Syntax
'Declaration
 
Public Sub VerifyConfirmationCode( _
   ByVal sender As Object, _
   ByVal e As EventArgs, _
   ByVal Code As String _
) 
'Usage
 
Dim instance As CustomerAccountControl
Dim sender As Object
Dim e As EventArgs
Dim Code As String
 
instance.VerifyConfirmationCode(sender, e, Code)
public void VerifyConfirmationCode( 
   object sender,
   EventArgs e,
   string Code
)

Parameters

sender
Source of the event.
e
Event information.
Code
The code.
See Also

Reference

CustomerAccountControl Class
CustomerAccountControl Members