Click or drag to resize
DoubleOptInExtensionDefinitionApprovalAction Property
This action is invoked when the subscription is approved via double opt-in URL.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public Action<NameValueCollection> ApprovalAction { get; }

Property Value

Type: ActionNameValueCollection
Remarks
Gets collection of HTTP query-string values as parameter.
See Also