ForumSubscriptionInfoProvider ApproveSubscription Method Kentico 8.0 API Reference
Approves existing subscription - sets SubscriptionApproved to true and SubscriptionApprovedWhen to current time. Checks if subscription wasn't already approved. Confirmation e-mail may be sent optionally.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

fsi
Type: CMS.Forums ForumSubscriptionInfo
Forum subscription object
subscriptionHash
Type: OnlineSystem String
Hash parameter representing specific subscription
sendConfirmationEmail
Type: OnlineSystem Boolean
Indicates if confirmation e-mail should be sent. Confirmation e-mail may also be sent if newsletter settings requires so
siteName
Type: OnlineSystem String
Site name.
datetime
Type: OnlineSystem DateTime
Date and time of request.

Return Value

Type: OptInApprovalResultEnum
Returns TRUE if subscription found and not already approved. Returns FALSE if subscription not found or already approved.
See Also