TeamMentor.CoreLib.TM_WebServices.SetUserPassword C# (CSharp) Method

SetUserPassword() private method

private SetUserPassword ( int userId, string password ) : bool
userId int
password string
return bool
        public bool SetUserPassword(int userId,  string password)
        {
            admin.demand(); return userData.setUserPassword  (userId, password);
        }
TM_WebServices