UserGroupManagerResendExternalUserEmailConfirmation(Guid) Method

Resend confirmation email for the given external user.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Resend confirmation email for the given external user.")]
public void ResendExternalUserEmailConfirmation(
	Guid userId
)

Parameters

userId  Guid

See Also