UserGroupManagerConfirmEmail(String, Guid) Method

Verify email address for the given external user.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Verify email address for the given external user.")]
public bool ConfirmEmail(
	string email,
	Guid token
)

Parameters

email  String
token  Guid

Return Value

Boolean

See Also