CyberStore Ecommerce 2023 Documentation
SendSMSConfirmationCode Method (CustomerAccountControl)


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

Parameters

sender
Source of the event.
e
Event information.
See Also

Reference

CustomerAccountControl Class
CustomerAccountControl Members