DoubleOptInExtensionDefinitionGetQueryParameters Property |
This function is invoked when double opt-in URL is generated.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax public Func<NameValueCollection> GetQueryParameters { get; }
Property Value
Type:
FuncNameValueCollectionRemarks Return query parameters which are used to extend double opt-in URL.
See Also