EmailConfirmationExtensionDefinitionBeforeConfirmationSentAction Property |
This action is invoked before the registration confirmation email is sent.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Action<int> BeforeConfirmationSentAction { get; }
Property Value
Type:
ActionInt32Remarks Gets ID of registered user as parameter.
See Also