Click or drag to resize
EmailConfirmationExtensionDefinitionBeforeConfirmationSentAction Property
This action is invoked before the registration confirmation email is sent.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public Action<int> BeforeConfirmationSentAction { get; }

Property Value

Type: ActionInt32
Remarks
Gets ID of registered user as parameter.
See Also