EmailConfirmationExtensionDefinition Constructor |
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax public EmailConfirmationExtensionDefinition(
Action<int> beforeConfirmationSentAction,
Action<int> emailConfirmedAction
)
Parameters
- beforeConfirmationSentAction
- Type: SystemActionInt32
Action which is invoked before the registration confirmation email is sent - emailConfirmedAction
- Type: SystemActionInt32
Action which is invoked when the registration email is successfully confirmed
See Also