Click or drag to resize

InternalServiceResetExternalUserPassword Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void ResetExternalUserPassword(
	Guid userGuid,
	string newPassword,
	Guid token
)

Parameters

userGuid
Type: SystemGuid
newPassword
Type: SystemString
token
Type: SystemGuid
See Also