adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ChangePassword Method
The current password
The new password


In This Topic
    ChangePassword Method (Scheduler)
    In This Topic
    Changes the user's login password.
    Syntax
    'Declaration
     
    
    Public Sub ChangePassword( _
       ByVal currentPassword As String, _
       ByVal newPassword As String _
    ) 
    public void ChangePassword( 
       string currentPassword,
       string newPassword
    )
    public:
    void ChangePassword( 
       String^ currentPassword,
       String^ newPassword
    ) 

    Parameters

    currentPassword
    The current password
    newPassword
    The new password
    Exceptions
    ExceptionDescription
    Thrown if the login does not use password security (CanChangePassword is False).
    See Also