InternalServiceChangeExternalUserPassword Method |
Namespace:
FileHold.UserRoleManager
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic void ChangeExternalUserPassword(
Guid userGuid,
string oldPassword,
string newPassword
)
Parameters
- userGuid
- Type: SystemGuid
- oldPassword
- Type: SystemString
- newPassword
- Type: SystemString
See Also