Click or drag to resize
BlogPostSubscriptionInfoProviderSubscribeInternal Method
Subscribe method intend to subscribe user to blog post and send confirmation/opt-in email

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
protected virtual void SubscribeInternal(
	BlogPostSubscriptionInfo bpsi,
	DateTime when,
	bool sendConfirmationEmail,
	bool sendOptInEmail
)

Parameters

bpsi
Type: CMS.BlogsBlogPostSubscriptionInfo
Subscription to be saved
when
Type: SystemDateTime
Time of subscription
sendConfirmationEmail
Type: SystemBoolean
Indicates if confirmation email should be send
sendOptInEmail
Type: SystemBoolean
Indicates if opt-in email should be send
See Also