C#
VB
C++
Change a user password.
public bool ChangePassword(string username,string oldpassword,string newpassword,string extraData)
Function ChangePassword( _ByVal username As String, _ByVal oldpassword As String, _ByVal newpassword As String, _ByVal extraData As String _) As Boolean
bool ChangePassword(String^ username,String^ oldpassword,String^ newpassword,String^ extraData)
username
A System.String representing the user name.
oldpassword
A System.String representing the user current password.
newpassword
A System.String representing the user new password.
extraData
Custom user data.
true if the user password changed successfully; otherwise false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
