DoubleOptInExtensionDefinitionApprovalAction Property |
This action is invoked when the subscription is approved via double opt-in URL.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax public Action<NameValueCollection> ApprovalAction { get; }
Property Value
Type:
ActionNameValueCollectionRemarks Gets a copy of collection of HTTP query-string values as parameter.
See Also