BlogCommentInfoProvider SendNewCommentNotification Method Kentico 8.0 API Reference
Sends a notification e-mail to blog post subscribers, to blog moderators and to blog owner.

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

Parameters

comment
Type: CMS.Blogs BlogCommentInfo
Blog comment data
toSubscribers
Type: OnlineSystem Boolean
Indicates if notification email should be sent to blog post subscribers
toModerators
Type: OnlineSystem Boolean
Indicates if notification email should be sent to blog moderators
toBlogOwner
Type: OnlineSystem Boolean
Indicates if notification email should be sent to blog owner
See Also