adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ChangePassword Method

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
    )

    Parameters

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