C#
VB
C++
Changes the user password.
public bool ChangePassword(
string username,
string oldpassword,
string newpassword,
string extraData
)
Public Function ChangePassword( _
ByVal username As String, _
ByVal oldpassword As String, _
ByVal newpassword As String, _
ByVal extraData As String _
) As Boolean
public:
bool ChangePassword(
String^ username,
String^ oldpassword,
String^ newpassword,
String^ extraData
)
username
The user name which password want to be changed.
oldpassword
The old password of the user.
newpassword
The new user password.
extraData
User custom 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