CyberStore Ecommerce 2023 Documentation
UpdateSMSOptInStatus Method


Dovetail.Ecommerce.Controls Namespace > CustomerAccountMFAControl Class : UpdateSMSOptInStatus Method
Source of the event.
Event information.
Updates the SMS option in status.
Syntax
'Declaration
 
Public Sub UpdateSMSOptInStatus( _
   ByVal sender As Object, _
   ByVal args As EventArgs _
) 
'Usage
 
Dim instance As CustomerAccountMFAControl
Dim sender As Object
Dim args As EventArgs
 
instance.UpdateSMSOptInStatus(sender, args)
public void UpdateSMSOptInStatus( 
   object sender,
   EventArgs args
)

Parameters

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

Reference

CustomerAccountMFAControl Class
CustomerAccountMFAControl Members