Click or drag to resize

InternalServiceSendConfirmationEmail Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool SendConfirmationEmail(
	Guid userGuid,
	string email,
	Guid token,
	string customUrl = null
)

Parameters

userGuid
Type: SystemGuid
email
Type: SystemString
token
Type: SystemGuid
customUrl (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also