This methos is used to change the password
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static bool ChangePassword(
string userName,
string oldPassword,
string newPassword
)
public static bool ChangePassword(
string userName,
string oldPassword,
string newPassword
)
Public Shared Function ChangePassword (
userName As String,
oldPassword As String,
newPassword As String
) As Boolean
Public Shared Function ChangePassword (
userName As String,
oldPassword As String,
newPassword As String
) As Boolean
static member ChangePassword :
userName : string *
oldPassword : string *
newPassword : string -> bool
static member ChangePassword :
userName : string *
oldPassword : string *
newPassword : string -> bool
Parameters
- userName
- Type: System String
User Name(Mandatory)
- oldPassword
- Type: System String
Old Password(Mandatory)
- newPassword
- Type: System String
New Password(Mandatory)
Return Value
Type:
BooleanTrue - Password Changed Successfully/False