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